updated libraries

This commit is contained in:
jomu
2016-07-10 14:48:57 +00:00
parent 8c2a1172b5
commit 08d53ad8a1
4 changed files with 19 additions and 10 deletions

View File

@ -16,7 +16,7 @@ import javax.persistence.NoResultException;
import javax.persistence.PersistenceContext;
import javax.persistence.Query;
import javax.transaction.Transactional;
import org.apache.commons.lang.RandomStringUtils;
import org.apache.commons.lang3.RandomStringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.apache.shiro.SecurityUtils;

View File

@ -41,7 +41,7 @@ public class LoginView implements Serializable {
private String resetPasswordToken = null;
private static final Logger LOGGER = LoggerFactory.getLogger(LoginView.class.getName());
public void authenticate() {
// Example using most common scenario of username/password pair: