Commit Graph

327 Commits

Author SHA1 Message Date
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
1e2b18f1d0 Fix SQL error on delete user 2010-03-23 16:05:02 +00:00
84191f24e8 More error checking on Jabber, also presents error message to user if service addition fails 2010-03-23 13:37:31 +00:00
83ca536653 Now allows partial search on names 2010-03-23 13:21:50 +00:00
ebc88200e7 Added some support to close database connections on object deletion. 2010-03-23 13:15:18 +00:00
fe54116057 Massive reworking on the user lookup form to support various other lookup types (Character/Reddit ID) 2010-03-23 12:59:16 +00:00
fa4a084292 Added delete confirmation for services. Generally cleanup of service views 2010-03-23 10:49:12 +00:00
596cc0bab4 Fixed del_user and added enable/disable functions to mumble service 2010-03-23 10:24:00 +00:00
05f5df397c Now links users to mumble, and check_user works with virtual servers 2010-03-23 10:17:00 +00:00
484a459987 Removed django_cron dependancy, use manual started cronjobs 2010-03-23 09:43:04 +00:00
8a2bd17e0e Enable passing of API information to MiningBuddy, cleaned out some debug statements 2010-03-22 15:44:02 +00:00
d54920a1b8 Further validation and bugfixes for miningbuddy service 2010-03-22 15:03:23 +00:00
3f458928e4 Now provides user, character, eveapi, and reddit accounts to the Service API add_user 2010-03-22 14:17:07 +00:00
6b474b1aac Syntax error 2010-03-22 14:00:46 +00:00
45f4808148 Added mining buddy service 2010-03-22 14:00:02 +00:00
e059c03708 Fixed delete user sqls 2010-03-19 15:18:23 +00:00
85e31dfa2c Fixed mediawiki password reset 2010-03-18 23:42:49 +00:00
b49f8edb9a Actual delete command for mediawiki, now moves all user revisions to a special "DeletedUser" username 2010-03-18 21:12:12 +00:00
bb4ae21556 Toggled successful check, always reporting fail 2010-03-18 18:20:01 +00:00
42588e1909 Actually added working password reset functions. Fixed views as required. 2010-03-18 18:16:18 +00:00
606ddd3cd7 Removes static resource ID for xmpp client interface 2010-03-18 17:47:29 +00:00
81e81ffe4a Adds a character viewer 2010-03-17 00:07:35 +00:00
0068099e2a Added message notifications 2010-03-16 23:13:11 +00:00