Welcome | Get started | Dive into Lino | Contribute | Topics | Reference | More

Online registration

To enable online registration on your site, you must

  • use lino_xl.lib.online.users instead of lino.modlib.users.

  • set lino.modlib.users.Plugin.online_registration to True.

  • define your anonymous user type with readonly set to False.

This is done e.g. by lino_noi.projects.care.roles.

When a new user is created, Lino sets a random verification_code.

user_state.

lino_noi.lib.users.choicelists.UserStates