No description
Find a file
2019-06-29 03:55:23 +02:00
src Avoids passwd corruption on #mod_user. 2019-06-29 03:55:23 +02:00
db-password-file
README.md
shard.yml

authd

Database setup

create table users(id int, created_at date, updated_at date, username text, realname text, password text, avatar text, perms text[]);