1
0
mirror of synced 2026-08-05 17:57:15 +00:00

SEC-562: Changed urls for login, logout, switch user etc.

This commit is contained in:
Luke Taylor
2007-09-24 15:39:51 +00:00
parent c150e25c15
commit 5066fc5e39
44 changed files with 119 additions and 120 deletions
@@ -4,6 +4,6 @@
This is a protected page. You can only see me if you are a supervisor.
<p><a href="../../">Home</a>
<p><a href="../../j_acegi_logout">Logout</a>
<p><a href="../../j_spring_security_logout">Logout</a>
</body>
</html>
@@ -5,6 +5,6 @@ This is a protected page. You can get to me if you've been remembered,
or if you've authenticated this session.
<p><a href="../">Home</a>
<p><a href="../j_acegi_logout">Logout</a>
<p><a href="../j_spring_security_logout">Logout</a>
</body>
</html>