I need to force users to change password at least every 30 days. How to start with it? I noted in database that table users has column credentials_expire_at and when it's set to past date such an user can't login and I thought of allowing password change in login form when message of expiration detected.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
You need to do it in this way:
Look at this coderwall protip: http://coderwall.com/p/cfmbaq |
|||||||||||
|
|
Have a look the tutorial I wrote about force FOSUserBundle users to change password. |
||||
|