AuthMe / AuthMeReloaded

The best authentication plugin for the Bukkit/Spigot API!
https://www.spigotmc.org/resources/authmereloaded.6269/
GNU General Public License v3.0
616 stars 514 forks source link

Don't require verifcation after logging in for the first time #2828

Open luketeam5 opened 2 months ago

luketeam5 commented 2 months ago

What feature do you want to see added?

Hi there,

I wanted to bring up a little hiccup we've noticed when using full e-mail registration. Currently, after logging in for the first time with the temporary password sent via e-mail, there's a prompt to change the password. However, it then asks for a verification code, which seems a bit redundant since you just used the password from the e-mail a few seconds ago to log in for the first time!

I was thinking it might be helpful to have some kind of time limit in place. This way, users could use the /changepassword command right after requesting a password reset or setting up a new password for the first time.

Are there any alternatives?

There aren't sadly any other than using a regular password + e-mail, however that then runs into the issue of being unable to verify the e-mail address before letting the player join for the first time.

Anything else?

No response

luketeam5 commented 2 months ago

Technically there's another feature request and that's allowing to disable verifications entirely.