Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add means for user to reset their password (when they have forgotten it) #332

Closed
ffdixon opened this issue Dec 13, 2018 · 3 comments
Closed

Comments

@ffdixon
Copy link
Member

ffdixon commented Dec 13, 2018

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.

balert pushed a commit to tubraunschweig/greenlight that referenced this issue Mar 31, 2020
…utton#335)

* <Added password reset system>

* <Added rspec tests>

* <Fixed code style>

* <Added rescue for invalid smtp configuration>
@erfan226
Copy link

erfan226 commented May 4, 2020

Is this feature out? I can't find it anywhere within the system.

@riteshmaddala
Copy link

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

  1. Configure SMTP email server in .env
  2. 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

@erfan226
Copy link

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

  1. Configure SMTP email server in .env
  2. 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants