aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPPrivilegesMO.m
Commit message (Collapse)AuthorAgeFilesLines
* * Remove restriction on 16 chars for username in User Manager (#1886)Max2015-11-181-0/+50
* Change user manager code so that mysql queries are executed on validation instead of after save (in Core Data, not mysql). This should in general make more sense since a failure in MySQL essentialy means that Core Data can't save it either (but did anyway in the past). * Remove a deprecated method call that is no longer needed in 10.6+