Open ArendJan opened 12 months ago
To enhance password managing(same password for everything), there needs to be a system to control and check the password.
Where are passwords used / could / should be used:
Where are passwords generated / changed:
sudo passwd -u mirte ...
TODO:
Nginx: requires password in plaintext/md5/..., but login page must do the same. When the password is changed, the nginx config must be updated: edit an included file and systemctl reload nginx
systemctl reload nginx
To enhance password managing(same password for everything), there needs to be a system to control and check the password.
Where are passwords used / could / should be used:
Where are passwords generated / changed:
sudo passwd -u mirte ...
)TODO: