Allow user to change his own password
Ticket #15 (closed) This adds users own name on top of "AddUsers" option under User-view, where user can now change password. Requirement to change password:
- User current password (checked using login api)
- New password is at least 1 character long
- Both new password fields match
(added switch icon fix for firefox to this merge request)