Mine is in a page called Login and I have it set up with my own message.
Foster
OK time to log in ..
[{Raw
<form method="POST" action="j_security_check">
<table>
<tr><td>Username: </td><td><input type="text" name="j_username"></td></tr>
<tr><td>Password: </td><td><input type="password"
name="j_password"></td></tr>
<input type="hidden" name="j_uri" value="Login.jsp">
<tr><td> </td><td><input type=submit value="Login"></td></tr>
</table>
</form>
}]
Robert FORBES wrote:
Good afternoon;
I would like to change the message on the login page where it says
"Don't have an account ? Join XXXXXXX now!"
(where XXXXXXX is the [{$applicationname}] )
I have searched (I think) thoroughly to see where this is coming from and
have not found it. I hope I don't have to change the application code.
Anybody know where this is found ?
Thank you in advance
Robert