Antergos / web-greeter

A modern, visually appealing greeter for LightDM.
http://antergos.github.io/web-greeter
GNU General Public License v3.0
233 stars 57 forks source link

Resetting expired passwords? #185

Open caglarturali opened 5 years ago

caglarturali commented 5 years ago

I'm creating a webkit2-greeter theme for an organization and one of the requirements is being able to reset expired passwords. I was told that authenticate method of the API will/should do the trick in case of a password expiry by acting like a sequential input (new password - new password again) but so far, I have not encountered a document or mechanical example that mentions such a functionality. So, is that possible to reset expired passwords through webkit2-greeter API? If so, how?