aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/http/UserServlet.java
AgeCommit message (Expand)Author
2015-06-16Separated the persisted password (hashedPassword) from the password sent from...Demian
2015-06-16Implemented password hashing using a salt, following this code&guidelines: ht...Demian
2015-06-13Fix API access permissionsAnton Tananaev
2015-06-06Add users API servletAnton Tananaev