java - How to get Password history? -


i want last 3 passwords used (set) user , don't want set them again when going set again same password. api should use password history. visit link

https://developers.google.com/admin-sdk/directory/v1/guides/manage-users

https://developers.google.com/admin-sdk/directory/v1/reference/users/update

afaik, there no "previous password" in of apis.

i use one-way hash function save last passwords inside datastore table, , compare these.

i know of no google product offer that.


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -