## -*- coding: utf-8 -*- <%inherit file="../main.mako" /> <%! import mpulsweb.lib.helper.filters as F %> <%def name="buildNavipath()"> ${parent.buildNavipath()}
  • ${_('Administration')}
  • ${_('User overview')}
  • ${_('Show user')}
  • ${_('Reset password')}
  • ${_('Confirmation')} ${_('User password reset!')}

    ${_('The password of the user')} ${c.uo.first_name| F.NA} ${c.uo.last_name| F.NA} ${_('has been changed.')}
    ${_('The new password is:')} ${c.new_password}

    ${_('Foreward to: User overview')}