AccountUtil is merged to LDAPUtil

This commit is contained in:
Naoki Takezoe
2014-07-13 15:13:59 +09:00
parent b287c1f60d
commit 56bb43ea6b
5 changed files with 28 additions and 25 deletions

View File

@@ -59,7 +59,7 @@ trait IndexControllerBase extends ControllerBase {
session.setAttribute(Keys.Session.LoginAccount, account)
updateLastLoginDate(account.userName)
if(AccountUtil.hasLdapDummyMailAddress(account)) {
if(LDAPUtil.hasLdapDummyMailAddress(account)) {
redirect("/" + account.userName + "/_edit")
}