Uses of Package
com.ericbouchut.learndev.auth
Packages that use com.ericbouchut.learndev.auth
-
Classes in com.ericbouchut.learndev.auth used by com.ericbouchut.learndev.adminClassDescriptionCreates new user accounts: enforces unique username and email, hashes the password, and assigns the default
STUDENTrole. -
Classes in com.ericbouchut.learndev.auth used by com.ericbouchut.learndev.authClassDescriptionSends the email-verification message.Email verification: proves the registered address belongs to the user.Sends the password-reset email.The password-reset ("forgot password") flow.Creates new user accounts: enforces unique username and email, hashes the password, and assigns the default
STUDENTrole.