summaryrefslogtreecommitdiffstats
path: root/account.py
Commit message (Expand)AuthorAgeFilesLines
* Re-Enabled jabber service entrymk2013-10-211-1/+1
* consistency check: don't raise 'no user found' exception when theMarian Sigler2013-04-291-2/+6
* mail is now an attributeAlexander Sulfrian2013-04-161-1/+1
* fragen: adjusted to value in ldapAlexander Sulfrian2013-04-161-1/+1
* fragen: renamed osqa serviceAlexander Sulfrian2013-04-161-3/+3
* foren: add serviceAlexander Sulfrian2013-04-151-1/+1
* every attribute can now be set with _set_attribute() in AccountsNico von Geyso2013-03-221-6/+9
* account.py: add zettelAlexander Sulfrian2013-02-041-0/+1
* account registration: use uid for cn entryNico von Geyso2012-10-291-1/+2
* only working services for the moment are: gitlab and osqaNico von Geyso2012-09-291-2/+2
* added possibility to delete service passwordsNico von Geyso2012-09-281-7/+17
* Add script to create accounts (for usernames that are in the blacklist)Marian Sigler2012-09-281-1/+12
* move ldap settings from account.py to configMarian Sigler2012-09-281-4/+0
* create servicePassword ldap object if it does not already existMarian Sigler2012-09-281-1/+6
* account: only update password as admin when explicitly requestedMarian Sigler2012-09-261-7/+9
* added missing ou entryNico von Geyso2012-09-261-1/+1
* added InvalidPasswordError ExceptionNico von Geyso2012-09-261-1/+5
* account: fix delete()Marian Sigler2012-09-261-3/+2
* Merge branch 'master' of ssh://git.spline.de/account-webNico von Geyso2012-09-261-4/+5
|\
| * add get_by_uidMarian Sigler2012-09-261-4/+14
* | added escape method and use it nearly everywhere. good old paranoiaNico von Geyso2012-09-261-27/+66
|/
* account.py: Fix find(); Add get_by_uid()Marian Sigler2012-09-261-1/+17
* add a Service() class to have more data about the servicesMarian Sigler2012-09-261-5/+11
* fixed password bug for register()Nico von Geyso2012-09-251-2/+2
* wildcards for find() are by default offNico von Geyso2012-09-251-6/+13
* Merge branch 'master' of ssh://git.spline.de/account-webNico von Geyso2012-09-241-2/+2
|\
| * templates/_macros: move errors in own macroMarian Sigler2012-09-241-1/+1
| * indentationMarian Sigler2012-09-241-1/+1
* | use passwd_s for password changesNico von Geyso2012-09-241-16/+27
|/
* find() now uses dict instead of ldap search strNico von Geyso2012-09-231-7/+24
* account: remove delete by string for the time beingMarian Sigler2012-09-211-12/+12
* account: don't fail on unicode input strings. Update examplesMarian Sigler2012-09-211-8/+14
* AccountService.delete: check for basestring not .dnMarian Sigler2012-09-211-4/+5
* AccountService: expect admin credentials at initialization.Marian Sigler2012-09-211-32/+32
* Merge branch 'master' of ssh://git.spline.de/account-webMarian Sigler2012-09-211-5/+4
|\
| * fixed _alter_passwords()Nico von Geyso2012-09-211-5/+4
* | change Account.__repr__Marian Sigler2012-09-211-2/+2
|/
* Updated AccountService APINico von Geyso2012-09-201-62/+146
* added basic account service functionalityNico von Geyso2012-09-171-79/+148
* added rudimentary ldap account classNico von Geyso2012-09-141-20/+57
* first pieces of codeMarian Sigler2012-09-131-0/+47