aboutsummaryrefslogtreecommitdiff
path: root/lumina-checkpass
Commit message (Collapse)AuthorAge
* Adjust the user validation routine a bit in lumina-checkpass:Ken Moore2015-11-10
| | | | Now it will ensure that the current UID and UID of the logged in user are the same before proceeding, instead of just refusing to check against the root password. This will allow it to function properly if the user decided to login and start the session as root (which is *never* recommended, but some people do it anyway).
* A couple big changes:Ken Moore2015-11-06
1) Add lumina-checkpass subproject: this is a tiny C program for comparing an input again the current user's password with PAM (required for screen unlocker in lumina-wm) 2) Completely finish up the Screensaver implementation in lumina-wm - the lock/unlock screen works great now, and I also set it up to cut the current screen brightness in half when the screensaver starts up (returns to normal level on activity).
bgstack15