Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Update class.CAS_LoginForm.js
Browse files Browse the repository at this point in the history
  • Loading branch information
c12simple committed Oct 16, 2014
1 parent 188ff7e commit 48af8dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/plugins/authfront.cas/class.CAS_LoginForm.js
Expand Up @@ -26,6 +26,7 @@ Class.create("CAS_LoginForm", {
// String for login page
var auth_cas_msg = "Use CAS Credential";
var auth_pyd_msg = "Use Pydio Credential";
var auth_button_msg = "Click here";
if(ajaxplorer.getPluginConfigs("authfront.cas")._object.AUTH_CAS_MESS_STRING){
auth_cas_msg = ajaxplorer.getPluginConfigs("authfront.cas")._object.AUTH_CAS_MESS_STRING;
}
Expand Down

0 comments on commit 48af8dc

Please sign in to comment.