We force the ssh users to set a new password on first login. This is a security feature to make sure not all robots will stick to the default password. This is only enforced though ssh, but not through our web interface.
This is not only unwanted from a security perspective, but also give unwanted behaviour if users connect to another Access Point. Nginx PAM will then be enabled, but not able to login.
We need to create an nginx forward when the password is still the default password. This should also force the user to set a new password.
We force the ssh users to set a new password on first login. This is a security feature to make sure not all robots will stick to the default password. This is only enforced though ssh, but not through our web interface.
This is not only unwanted from a security perspective, but also give unwanted behaviour if users connect to another Access Point. Nginx PAM will then be enabled, but not able to login.
We need to create an nginx forward when the password is still the default password. This should also force the user to set a new password.