MT#8245 Removed link between Admin and Subscriber interfaces

We have separated new subscriber selfcare and admin interfaces.
It is not good to share with users the link to admin interface.
Moreover the link is broken at the moment as interfaces are now on
separate virtual hosts, so it is easier to remove it at all.

Change-Id: Id2eb40e0961e4f20cd0f7d1915cf26598fcc8b0f
changes/17/417/2
Alexander Lutay 12 years ago
parent 83a33d4270
commit 521597ad45

@ -17,18 +17,6 @@
</div>
</div>
<div class="login-extra">
[%
realms = ['subscriber', 'admin'];
links = [];
FOREACH r IN realms;
UNLESS realm == r;
link = '<a href="' _ c.uri_for('/login/' _ r ) _ '">' _ r.ucfirst _ '</a>';
links.push(link);
END;
END;
-%]
[% c.loc('Go to [_1] login.', links.join(c.loc(' or '))) %]
<br/>
[% IF realm == 'subscriber' && c.config.security.password_allow_recovery -%]
[% c.loc('Forgot your password?') %] <a href="[% c.uri_for_action('/subscriber/reset_webpassword_nosubscriber') %]">[% c.loc('Reset Password') %]</a>.
<br/>

Loading…
Cancel
Save