Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expiring passwords #427

Open
louis123562 opened this issue Sep 17, 2020 · 5 comments
Open

expiring passwords #427

louis123562 opened this issue Sep 17, 2020 · 5 comments

Comments

@louis123562
Copy link
Contributor

louis123562 commented Sep 17, 2020

Hello,

what do you think about the user passwords which expire after X days? We got a customer who would like to have that implemented because of GPDR. They want the user to change their password every 30 days.

Does anyone have a solution? Would it make sense to implement it as a standard for phpAuth?

Thank you, Louis

@Conver
Copy link
Contributor

Conver commented Sep 17, 2020

it would make sense if it configurable both thru main config but also user config.

@KarelWintersky
Copy link
Member

No native implementation now.

I think, is is only one solution. Add field 'dt_user_changed_password' and check this field for all users. And send them notification email.

@Conver
Copy link
Contributor

Conver commented Oct 1, 2020

I'm not home atm, but will be beginning of next week. Then I can make a function for this, since I could use it too,

@louis123562
Copy link
Contributor Author

sounds great :)

@Criptos
Copy link
Contributor

Criptos commented Oct 5, 2020

I can do this.. I require password change every 30 days...
I would add a configuration option global , and per user configuration option...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants