<%inherit file="/base.mako"/> <% is_admin = cntrller == 'admin' and trans.user_is_admin() %> <%def name="render_user_info()">

Manage User Information

%if not is_admin: %endif
Login Information
If you change your email address you will receive an activation link in the new mailbox and you have to activate your account by visiting it.
%if t.webapp.name == 'tool_shed': %if user.active_repositories: ${username | h}
You cannot change your public name after you have created a repository in this tool shed.
%else:
Your public name provides a means of identifying you publicly within this tool shed. Public names must be at least four characters in length and contain only lower-case letters, numbers, and the '-' character. You cannot change your public name after you have created a repository in this tool shed.
%endif %else:
Your public name is an optional identifier that will be used to generate addresses for information you share publicly. Public names must be at least four characters in length and contain only lower-case letters, numbers, and the '-' character.
%endif