Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Now, we want to switch over to the internal login mode to be able to interactively create and use new backend users. We’ll change the value of cmsbs.gui.login from config to internal.

And again we have to comment in the other line in our build.gradle

Codeblock
ln('cmsbs-conf/adminRoles', pinuts.um.cmsbsConfDir)
ln('cmsbs-conf/entryTypes', pinuts.um.cmsbsConfDir)

After that we have tp drop the database and restart again.

Next, we’ll have to create at least one initial admin user to be able to login again:

...