You can disable registration

auth.settings.actions_disabled.append('register')

You can register users and set a password for them using appadmin or
implement your own page that contains

form=crud.create(db.auth_user,onaccept=send_email)

where send email will tell the user to click on change password link.


On 13 Lug, 19:54, Frank <[email protected]> wrote:
> I try to manage the users' passwords by administrator,the rules are,
> users can not register by themself, only administrator can
> register.administrator set the password and send a email to user to provide a
> link,user click the link and login with the password that is prvovided in the
> email.users can do everingthngs like profile, retrive, change, reset on auth
> except registering .
> I need your help to find out whether there are easy way to do that and how?
> sound like reset or retrieve password process by administrator?
> thanks in advance,
> Frank.

Reply via email to