updated email templates

This commit is contained in:
Ziver Koc 2018-07-25 15:36:57 +02:00
parent de503bd441
commit 467151abd0
14 changed files with 106 additions and 81 deletions

View file

@ -55,9 +55,9 @@ public class AuthenticationManager {
}
/**
* @return true if the user has a valid authentication session
* @return true if the user has a isValid authentication session
*/
public static boolean valid(User user, HttpServletRequest request) {
public static boolean isValid(User user, HttpServletRequest request) {
if(user == null)
return false;
if(!user.isEnabled())