Commit Graph

349 Commits

Author SHA1 Message Date
ca1ab1397f Fixes UID return string 2010-04-14 13:22:41 +01:00
af22b2112b Fixed return for add_user 2010-04-10 23:02:16 +01:00
1fc6b24ea5 Further validation done on EVE API key input 2010-04-10 22:44:54 +01:00
eea7b2390a Removed the check, we want to force deletion 2010-04-09 12:58:07 +01:00
f82e211d91 Jabber Service API now uses XMLRPC calls to add/change users
Old service access methods have been removed, XMLRPC is the prefered choice due to speed and
reliability of connection. Also as a bonus the Jabber API now sets the person's nickname to
the same as their character name.
2010-04-09 12:46:10 +01:00
bd3fa3a266 Fix typo in variable name, doh! 2010-04-08 18:55:22 +01:00
81ffddae51 Brought xmpp/auth.py up to speed for Python 2.6, stops depreciation warning for md5 2010-04-08 09:52:45 +01:00
7d90b6d661 Variable issue 2010-04-08 09:36:13 +01:00
0976089c17 Variable error fix 2010-04-08 09:33:39 +01:00
9850cac8ef Referencing logger object before creation 2010-04-08 09:32:42 +01:00
1ecf5e4972 Fixed stupid typo 2010-04-08 09:32:06 +01:00
33439366b9 Added cron job to recheck users 2010-04-08 09:30:59 +01:00
41fd4adfb6 Added catch for IntegrityError on disable user 2010-04-08 09:23:49 +01:00
7b0017a3a2 Added a better disable function, now uses a Mediawiki group to destroy all access even if they can login 2010-04-08 08:57:50 +01:00
5e4669955c Services fixes, Mumble deletion works and Wiki now returns values 2010-04-08 08:24:53 +01:00
d05f73f99e Small speedup for the update_access function 2010-04-06 00:03:57 +01:00
34d5960110 Cleanup disconnection error message 2010-04-05 23:25:08 +01:00
fbc8ee8803 Fixed enable/disable 2010-04-05 23:22:43 +01:00
94575a419b Fixed typo 2010-04-05 22:34:21 +01:00
5229d927c9 Now kicks users when account is disabled on Mumble 2010-04-05 22:32:09 +01:00
56ce23a186 Fixed jabber disableuser function 2010-04-05 22:22:36 +01:00
87b4b01ec3 Added templatetag to only display enabled apps 2010-04-05 03:19:29 +01:00
956052c25c If a user is loggged in, redirect to the profile page 2010-04-05 02:53:27 +01:00
ca7aaf9c05 Now passes email to mediawiki db, also lets options stay as none. 2010-04-04 00:30:30 +01:00
96de3cc5eb Password Reset now allows for providing passwords when GENERATE_SERVICE_PASSWORD is false 2010-04-03 21:19:39 +01:00
45e303fb4e BaseService is always successful. 2010-04-03 20:57:50 +01:00
004fe1d6c8 Optional setting to disable the auto password generation for Service Accounts 2010-04-03 20:55:56 +01:00
28d3ee66d8 Now links to user's character profiles 2010-04-02 20:52:37 +01:00
abd1644098 Added default rank and mark emails as valid 2010-04-02 19:35:53 +01:00
33914c7a8d Added evolutions from live to SSO 2010-04-02 19:02:52 +01:00
4c6b5ddd9f Change the userlookup to case insensitive. 2010-04-02 18:44:14 +01:00
da216c81a3 Fixed return codes 2010-03-31 23:18:14 +01:00
3a6f14319b Added password reset function 2010-03-31 23:15:49 +01:00
1d8a3c0c34 War on spaces, Mumble fix again 2010-03-31 02:58:22 +01:00
e656a6343c Remove square brackets due to MumbleFail 2010-03-31 02:53:20 +01:00
f0791e5417 Enable corptag usage in Mumble 2010-03-31 02:50:31 +01:00
70f41a73b3 Added service error to import, oops 2010-03-31 02:38:17 +01:00
c2c87df90f Mumble service now uses corp/alliance tag 2010-03-31 02:34:20 +01:00
4592988263 Warn on errors deleting a service account, also avoids deleting the record 2010-03-30 22:23:55 +01:00
07450ca5dd Moved service enable/disable functions to the update_access() function on the user profile
This will remove the need for the cronjob, but not totally, best still to run the cronjob to catch situations where the permission changes can be missed.
2010-03-24 14:52:08 +00:00
337036247e Added warning about reactiviating inactive accounts, and set the crontab to 5 mins 2010-03-24 14:32:05 +00:00
3d40d38722 Fixed string formatting, causing crash on cronjob run 2010-03-24 14:24:31 +00:00
67b9524ea9 Small cleanup, dont assign a var if its only used one 2010-03-24 11:12:10 +00:00
87bb8e37fb Dont use settings secretkey for password resets 2010-03-24 11:10:30 +00:00
f47917ac26 Add result checking to kickuser 2010-03-24 11:09:41 +00:00
6220f1f07f Enable disabling of users on Jabber via xmpp 2010-03-24 11:08:02 +00:00
15f9dc972a Now checks for errors updating the reddit user's api, fixes #38 2010-03-24 10:25:08 +00:00
576b3c3bc2 if the account is already disabled, skip it 2010-03-24 09:34:58 +00:00
3e5317355f Moved username cleanup to new serviceaccount creation, stopping random error on saving 2010-03-23 21:04:07 +00:00
81804cb409 Permission updates now disables accounts instead of deleting them, 2010-03-23 21:00:33 +00:00