updated email templates
This commit is contained in:
parent
de503bd441
commit
467151abd0
14 changed files with 106 additions and 81 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue