Tagged Questions
2
votes
2answers
225 views
Grails + Acegi: How to handle password renewal ? Logged vs not logged user
I'm writing a module to force a user whose password has expired to renew its password. This app uses the acegi security plugin. After the expired credentials are detected, the user is redirected to a ...
0
votes
3answers
224 views
Grails password change: Allow only “new” passwords
I need to improve security in a website built on grails.
The requirement is that when a user changes its password, it shouldn't be able to choose from any of the previous N passwords.
Does anyone ...
0
votes
1answer
34 views
Fields for reseting password
I am upgrading my reset password procedure of my webpage.
What fields should i include in my SQL table?
After searching all over the web i decided to add these goodies
Guid
Expiration date of guid ...