mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-04 21:27:24 +02:00
Compare commits
No commits in common. "80f72ecf23869557ce4c17abb1aa6e144f15dec0" and "562b9d4e30565bf53d628fbce74b32ae49193cdb" have entirely different histories.
80f72ecf23
...
562b9d4e30
@ -1,23 +0,0 @@
|
|||||||
# Hardening Limnoria
|
|
||||||
|
|
||||||
* Upstream documentation: https://docs.limnoria.net/use/security.html
|
|
||||||
|
|
||||||
## Passwordless users
|
|
||||||
|
|
||||||
*This is subject to moving to the upstream documentation, see [Limnoria/Limnoria-doc#91](https://github.com/Limnoria/Limnoria-doc/issues/91)*
|
|
||||||
|
|
||||||
Passwordless user accounts have been supported since version 2021-05-27.
|
|
||||||
They must login by some other mechanism such as NickAuth, GPG or hostmasks.
|
|
||||||
|
|
||||||
Registering a passwordless user happens by `/msg Limnoria user register <username> !`,
|
|
||||||
and existing user may remove their password by `/msg Limnoria user set password <old password> !`
|
|
||||||
|
|
||||||
It's also possible (while not recommended) to edit `users.conf` by hand.
|
|
||||||
|
|
||||||
1. `/msg bot flush` to save all current configuration changes to disc
|
|
||||||
1. `/msg bot config flush false` to disable automatic config file writing
|
|
||||||
1. Open `botdir/conf/users.conf` with your favourite text editor and remove
|
|
||||||
the lines beginning with `password`
|
|
||||||
1. `/msg bot config reload` and all the accounts should be passwordless. You
|
|
||||||
may also check that `config flush` is `True`, but the `False` shouldn't
|
|
||||||
have gotten stored to disc anyway as it wasn't written to disc.
|
|
Loading…
x
Reference in New Issue
Block a user