mirror of
https://github.com/kepler155c/opus
synced 2024-12-28 17:40:26 +00:00
14 lines
656 B
Plaintext
14 lines
656 B
Plaintext
Mon Aug 24 05:20:57 UTC 2020
|
|
commit a77deb72ec575fe34c2866e5daea9683e629ace2
|
|
Author: Kan18 <24967425+Kan18@users.noreply.github.com>
|
|
Date: Mon Aug 24 01:20:42 2020 -0400
|
|
|
|
Add a one-time password system (#47)
|
|
|
|
This commit adds a one-time password system. Users can generate
|
|
passwords by using the `genotp` command (or manually queuing a set_otp
|
|
event with the SHA-256 hash of the one-time password they want to set)
|
|
and these passwords will be valid, along with the normal password,
|
|
either until the computer shuts down (or the net daemon is killed), a
|
|
new one-time password is generated, or the one-time password is used.
|