%!
title = 'Login - change password'
%>
<%inherit file="//layout/base.html" />
<%namespace name="lib" file="//lib.html" import="*" />
<%def name="css()">
<%lib:stylesheet_tags files="${['/static/css/login.css']}" />
%def>
% if cherrypy.config['product_type'] == 'hunk':
splunk>®
% elif cherrypy.config['product_type'] == 'enterprise':
splunk>®
% elif cherrypy.config['product_type'] == 'cloud':
splunk>®
% else:
splunk>®
% endif
${_('Change password')}
% if err:
${err|h}
% endif
% if not fpc:
${_('Skip')}
% endif