There exists no real user managment. The django function is not supported yet.
However, you can create two kinds of user: user with access to the Django admin interface and user without access to it.
You can create a new user in the Django admin interface. If the user should set his password by himself, you can do this:
Then there is no JS-LoginData entry for the new user. On the first login, the user must reset his password via EMail. After this he can set a his password.
There exist no real page permissions. You can edit the bool "PermitViewPublic" in the django panle under the TAB "Advanced options"... So you can limit the access to users how are logged-in.
Es existiert kein echtes User Managment. Die django Funktion wird noch nicht unterstützt.
Man kann allerdings zwei Arten von User erstellen: User mit Zugriff auf das Django admin interface und User ohne Zugriff darauf.
Du kannst am besten einen neuen User im Django admin interface erstellen. Wenn der User sein Passwort selber setzten sollte, kannst du wie folgt vorgehen:
Danach gibt es keine JS-LoginData Eintrag für den neu erstellen User. Das hat zur folge das der User beim ersten Login versuch einen Passwort reset über Email durchführen muss. Damit kann er dann sein eigenes Passwort im sichereren Verfahren eingeben.
Es gibt bisher keine richtige Rechteverwaltung der CMS Seiten. Du kannst nur im django Admin Panel mit "PermitViewPublic" wählen, ob bestimmte Seiten nur für eingeloggte User anzeigbar sind.