# Administrative Tasks
There are certain tasks that are simple to do through the administrative console and are useful for administrative or maintenance purposes. This section will cover them.
# Resetting Developer Passwords
Currently there isn’t a way for a developer to reset their password themselves if they have forgotten it. It is simple to do from the command line using the following command:
ke_reset_user_password --email user@domain.com
# Managing Access to Administrative Console
Since the administrative console is accessed via SSH, access is controlled via
the authorized_keys
file in /home/ubuntu/.ssh/authorized_keys
. To give
someone access, their SSH public key must be added to that file. Access can be
revoked by removing their key from that file.