[%# changeemail.tt Change email page Authors: hotlevel4 Copyright (c) 2015 by Dreamwidth Studios, LLC. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. For a copy of the license, please reference 'perldoc perlartistic' or 'perldoc perlgpl'. %] [%- CALL dw.active_resource_group( "foundation" ) -%] [%- sections.title = '.title' | ml -%] [% IF success %]

[% '.success.header' | ml %]

[% '.success.text' | ml %]

[% ELSE %] [% IF error_list %]
[% '.error.header' | ml %]
[% END %] [% IF is_identity %]

[% '.instructions.identity' | ml %]

[% ELSIF is_community %]

[% '.instructions.comm' | ml %]

[% ELSE %]

[% '.instructions' | ml( sitename = site.nameshort ) %]

[% END %] [%# Warn if logged in and not validated %] [% IF notvalidated %]
[% '.label.warning' | ml %] [% '.error.notvalidated' | ml %]
[% END %]
[%- authas_html -%]
[%- dw.form_auth() -%]
[% '.label.username' | ml %]
[% u.ljuser_display %]
[% '.label.oldemail' | ml %]
[% IF noemail %] [% '.noemail' | ml %] [% ELSE %] [% old_email %] [% END %]
[% IF email_checkbox %] [% email_checkbox %] [% END %]
[% UNLESS is_identity %]
[% END %]
[% END %]