Hello!

I would like to develop feature, that will notify user after certain
period of time since his password was established, to reset his
password. Without that user will not be allowed to log in.

I have so far two approaches.

First - to use cron. Cron will check if each user password has expired
- if so cron will set users password as blank, and email user link to
establish new one.

Second - which is preffered by my PM - to alter logging in process,
check if the password expired - if so redirect user to password change
page instead of rendering index page.

Both ways needs to add column in user model - is there any hobo
mechanism, that will store last password change date?
Secondly - while sticking to second approach - how/where/what changes
should I do to achieve this task?

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to