By: Jay Elango user 18 May 2016 at 5:39 p.m. CDT

5 Responses
Jay Elango gravatar
Hi, We are currently creating users in gluu LDAP for our web app and we have a requirement to be able to add password expiration policy and allow users to reset their passwords. I am very new to gluu. Would be good if someone can point me in the right direction to accommodate the need. thanks Jay

By Aliaksandr Samuseu staff 18 May 2016 at 6:16 p.m. CDT

Aliaksandr Samuseu gravatar
Hi, Jay. We have a WIP project that strives to implement something like that, but it's not ready yet. It's done through Gluu's [custom authentication scripts](https://github.com/GluuFederation/oxAuth/tree/master/Server/integrations/passwordExpiration/passwordExpiration-master) feature. You can check the code [here](https://github.com/GluuFederation/oxAuth/tree/master/Server/integrations/passwordExpiration/passwordExpiration-master) and use it as an starting point for you own script.

By Aliaksandr Samuseu staff 18 May 2016 at 7:10 p.m. CDT

Aliaksandr Samuseu gravatar
Jay, I'm assigning the ticket to the author of this script. He'll be able to advice you on how to configure it.

By Mohib Zico staff 19 May 2016 at 3:29 a.m. CDT

Mohib Zico gravatar
Jay, Password expiration policy will be included in our next versions and [Here](https://gluu.org/docs/cache-refresh/reset-password/) is how you can allow your users to reset password.

By Jay Elango user 19 May 2016 at 11:24 a.m. CDT

Jay Elango gravatar
Hi Mohib, Can you provide any tentative dates by when your next version would be available to support this expiration policy? Also do you have any rest endpoints that we can call ourselves directly to gluu for password reset. thanks Jay

By Mohib Zico staff 19 May 2016 at 2:18 p.m. CDT

Mohib Zico gravatar
Hello Jay, >> Can you provide any tentative dates by when your next version would be available to support this expiration policy? Early 2nd week of June. >> Also do you have any rest endpoints that we can call ourselves directly to gluu for password reset. No but you can use SCIM if you want.