Hi Dmitry, > A hint: if you send a login link to the person, you can store some hash > in the database in his user record. You need also a service to load and > authenticate the user using that hash. You will need to unset the hash > in the database to make sure that the link can be used only once. Thanks for this! Dominic