% title 'UNIX.dog Account Management'; % layout 'default';

Account

<% if (my $err = stash 'err') { %>

<%= $err %>

<% } %>

Here you can change your password or SSH keys used to log into the server. Please note that SSH keys must be stored in LDAP, and the .authorized_keys file does not work.

You can also use LDAP tools to connect to ldap.unix.dog and manage your account information that way.

%= form_for account => begin

%= label_for username => 'Enter your username to get started:' %= text_field 'username', id => 'username'

%= submit_button % end