#541 Local users: send again validation email
Closed: Fixed None Opened 8 years ago by ymartin1040.

If validation email is lost for any reason, a local user has no way to finish registration process, as "forgot your password" expects validation to be done.

I propose to improve "forgot your password" process to send again validation email if account is not validated yet.


Is'nt the registration process handled by https://admin.fedoraproject.org/? Is there a way to edit it from pagure.io repo?

In case Pagure instance is configure with local users authentication, registration process is handled by Pagure alone.
Here is the configuration file excerpt:


# Authentication related configuration option

### Switch the authentication method
# Specify which authentication method to use, defaults to `fas` can be or
# `local`
# Default: ``fas``.
PAGURE_AUTH = 'local'

@vivekanand1101 you have three issues assigned to you including this one.

Is there anything I can help you with? I'd like to have this one fixed for 1.0

Fixed in https://pagure.io/pagure/pull-request/588 by @vivekanand1101

Basically, if you claim you lost your password it will re-send you an email, but we implemented a 3 minutes delay in between sending the email to avoid too much spamming.

Login to comment on this ticket.

Metadata