Change the Login Box Message

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
Bishu
User
Posts: 429

Change the Login Box Message

Post by Bishu »

In my login Page there is a Login Box Message as "Sign in to start your session"

How can I change or remove this message


arbei
User
Posts: 9384

Post by arbei »

You may just customize the phrase "LoginMsg" in the language file.


mobhar
User
Posts: 11727

Post by mobhar »

No need to customize the phrase from language file; you may simply use "Page_Load" server event that belongs to the "Login Page" instead; for example, you want to just remove that string:

Language()->setPhrase("LoginMsg", "");

Please read "Server Events and Client Scripts" topic from PHPMaker Help menu for more info and example.


Post Reply