Added post login action

This commit is contained in:
2022-12-10 18:55:58 -05:00
parent dc25b68ec4
commit dcdf8e9fcb
13 changed files with 78 additions and 13 deletions

11
views/account/view.erb Normal file
View File

@@ -0,0 +1,11 @@
<div class="row">
<div class="twelve columns">
<ul>
<li>Username: <%= account.username %></li>
<li>Email address: <%= account.mail %></li>
<li>Display name: <%= account.displayName %></li>
<li>UID number: <%= account.uidNumber %></li>
<li>Home directory: <%= account.homeDirectory %></li>
</ul>
</div>
</div>