mirror of
				https://gitea.blesmrt.net/mikaela/gist.git
				synced 2025-10-31 09:27:20 +01:00 
			
		
		
		
	
		
			
				
	
	
	
		
			1.5 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.5 KiB
		
	
	
	
	
	
	
	
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
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.
- /msg bot flushto save all current configuration changes to disc
- /msg bot config flush falseto disable automatic config file writing
- Open botdir/conf/users.confwith your favourite text editor and remove the lines beginning withpassword
- /msg bot config reloadand all the accounts should be passwordless. You may also check that- config flushis- True, but the- Falseshouldn’t have gotten stored to disc anyway as it wasn’t written to disc.