When a user registers with GreenLight (creates an account with an e-mail and password), there needs to be a way to get a password reset mailed if the user forgets their password.
Is this feature out? I can't find it anywhere within the system.
Is this feature out? I can't find it anywhere within the system.
Hi @erfan226 : Forgot Password link works when you have configured your email server
If you do not have email server options then as an Admin you can follow - https://github.com/bigbluebutton/greenlight/issues/1011#issuecomment-600055113
Thanks,
Ritesh
Is this feature out? I can't find it anywhere within the system.
Hi @erfan226 : Forgot Password link works when you have configured your email server
- Configure SMTP email server in .env
- You must enable ALLOW_MAIL_NOTIFICATIONS=true in .env
If you do not have email server options then as an Admin you can follow - #1011 (comment)
Thanks,
Ritesh
Thank You!