<%! from kaithem.src.util import url as urlesc from kaithem.src import auth from kaithem.src import widgets from kaithem.src import unitsofmeasure import traceback %> <%include file="/pageheader.html"/>

User ${username}

Edit User: ${username}
Basic

For performance reasons, your password is stored hashed with an ordinary cryptographic hash, rather than a password strengthening algorithm. Do not use weak or reused passwords on public systems!!!!

Groups

User ${username} is a member of the following groups:
(Check or uncheck to set membership)
%for i in sorted(groups): %endfor
%try:

Login History

%except: Err in login history${traceback.format_exc()} %endtry %try:

Telemetry

%except Exception as e: ${e} PROBABLY A RACE CONDITION OCCURED, RELOAD FOR TELEMETRY %endtry <%include file="/pagefooter.html"/>