root/accountmanagerplugin


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3857 [3857] 06/17/08 14:21:53 mgood make sure last line of ht files has a newline (fixes #3200)
(edit) @3832 [3832] 06/13/08 04:12:52 pacopablo * Apply patch from s0undt3ch removing email verification for anonymous …
(edit) @3799 [3799] 06/07/08 22:48:51 mgood add an email verification module re #442. Keeping the ticket open until …
(edit) @3734 [3734] 05/28/08 15:39:53 pacopablo Version bump to 0.2.1 New Features: * Email notification of account …
(edit) @3731 [3731] 05/28/08 01:02:59 pacopablo Added forcing password change after reset. Patch by s0undt3ch. Minor …
(edit) @3729 [3729] 05/27/08 18:24:33 pacopablo Forgot call to commit(). Really fixes #1113
(edit) @3728 [3728] 05/27/08 18:23:41 pacopablo Forgot a commit() call after the deletes. Thanks PostgreSQL for pointing …
(edit) @3727 [3727] 05/27/08 17:37:07 pacopablo Patch applied from s0undt3ch to update jQuery calls to be 0.11 compliant. …
(edit) @3726 [3726] 05/27/08 17:30:48 pacopablo Delete user session data and permissions. Closes #1113
(edit) @3725 [3725] 05/27/08 17:30:19 pacopablo Deletes user session data and permissions. Refs: #1113
(edit) @3721 [3721] 05/27/08 02:11:28 pacopablo * Applied patch to remove unnecessary ctxt div. Thanks domluc. Closes …
(edit) @3554 [3554] 04/25/08 19:24:53 pacopablo Patch for Genshi 0.5
(edit) @3515 [3515] 04/14/08 16:46:08 pacopablo Added explicit commit() calls to keep the transaction from aborting. …
(edit) @3111 [3111] 01/20/08 14:25:44 mgood remove debugging line that was causing problems with mod_wsgi (fixes …
(edit) @2548 [2548] 08/04/07 19:55:18 mgood AccountManagerPlugin: commit 0.10 patch for metanav password reset link …
(edit) @2547 [2547] 08/04/07 19:36:51 mgood AccountManagerPlugin: add forgot password link to metanav if not using …
(edit) @2533 [2533] 07/28/07 20:07:58 mgood AccountManagerPlugin: forgot to make the admin module an …
(edit) @2171 [2171] 04/10/07 22:28:33 mgood AccountManagerPlugin: fix bug in r2120 with checking htdigest passwords …
(edit) @2128 [2128] 03/27/07 10:53:23 mgood AccountManagerPlugin: make sure not to trim hash if it does not end in a …
(edit) @2127 [2127] 03/27/07 10:51:52 mgood AccountManagerPlugin: remove debugging print statements
(edit) @2121 [2121] 03/24/07 18:08:47 mgood AccountManagerPlugin: add a "sessionstore_convert.py" script for moving …
(edit) @2120 [2120] 03/24/07 17:23:07 mgood AccountManagerPlugin: add a SessionStore class for storing user …
(edit) @2119 [2119] 03/24/07 16:36:04 mgood AccountManagerPlugin: port r2118 to 0.10
(edit) @2118 [2118] 03/24/07 15:21:50 mgood AccountManagerPlugin: the test_userline is no longer valid as the …
(edit) @2068 [2068] 02/28/07 20:32:48 mgood AccountManagerPlugin: add password store for reading svnserve users
(edit) @2064 [2064] 02/28/07 15:10:43 mgood AccountManagerPlugin: trunk requires Python 2.3 so __future__ import is …
(edit) @2063 [2063] 02/28/07 15:07:51 mgood AccountManagerPlugin: make the filename option display nicely in admin
(edit) @2031 [2031] 02/23/07 15:53:23 mgood AccountManagerPlugin: admin module also needs to be a template provider
(edit) @1861 [1861] 01/11/07 19:13:12 mgood AccountManagerPlugin: trunk version should use req.href instead of …
(edit) @1860 [1860] 01/11/07 19:09:38 mgood AccountManagerPlugin: auto-focus first form fields for login, …
(edit) @1844 [1844] 01/03/07 10:38:16 mgood AccountManagerPlugin: use the full hash when checking crypt-ed passwords …
(edit) @1712 [1712] 12/19/06 09:36:49 coderanger AccountManagerPlugin: Fix backport of ignore_auth_case protection.
(edit) @1709 [1709] 12/17/06 20:17:10 mgood AccountManagerPlugin: require users to enter current password in order to …
(edit) @1665 [1665] 12/10/06 18:17:44 mgood AccountManagerPlugin: update package_data setting for the Genshi …
(edit) @1581 [1581] 11/19/06 13:31:12 mgood AccountManagerPlugin: enable password_file setting to be relative to …
(edit) @1560 [1560] 11/14/06 00:10:20 mgood AccountManagerPlugin: move "My Account" page into a new "Preferences" …
(edit) @1559 [1559] 11/13/06 19:46:11 mgood AccountManagerPlugin: supports method shoudn't throw an error if the …
(edit) @1558 [1558] 11/13/06 19:39:18 mgood AccountManagerPlugin: ignore when stores don't have the config_key
(edit) @1549 [1549] 11/12/06 23:48:39 coderanger AccountManagerPlugin: Backporting [1534] to the 0.10 version.
(edit) @1548 [1548] 11/12/06 22:43:36 coderanger AccountManagerPlugin: Backporting [1524] to the 0.10 version.
(edit) @1535 [1535] 11/10/06 22:57:09 mgood AccountManagerPlugin: disable registration if ignore_auth_case is true …
(edit) @1534 [1534] 11/10/06 22:30:32 mgood AccountManagerPlugin: * add an HttpAuthStore to support logins by …
(edit) @1524 [1524] 11/10/06 18:54:52 mgood AccountManagerPlugin: add a configuration panel for selecting the …
(edit) @1518 [1518] 11/10/06 15:54:18 mgood AccountManagerPlugin: provide a more cross-platform compatible fallback …
(edit) @1517 [1517] 11/10/06 15:40:14 mgood AccountManagerPlugin: write htpasswd entries using the crypt module when …
(edit) @1508 [1508] 11/10/06 01:41:13 mgood AccountManagerPlugin: port the remaining templates to Genshi
(edit) @1503 [1503] 11/10/06 00:02:37 mgood AccountManagerPlugin: port admin page to Genshi so it works on Trac 0.11
(edit) @1502 [1502] 11/09/06 23:47:56 mgood AccountManagerPlugin: branch the 0.10 version to begin porting trunk to …
(edit) @1291 [1291] 09/20/06 23:20:42 mgood AccountManagerPlugin: fix typo in r1290
(edit) @1290 [1290] 09/20/06 23:16:36 mgood AccountManagerPlugin: display user names and email addresses on the user …
(edit) @1128 [1128] 08/16/06 17:04:07 mgood AccountManagerPlugin: * add support for htpasswd SHA passwords (fixes …
(edit) @1127 [1127] 08/16/06 15:18:00 mgood AccountManagerPlugin: skip permission check when admin creates a new …
(edit) @1111 [1111] 08/10/06 19:14:15 mgood AccountManagerPlugin: enable setting the name and email address of new …
(edit) @1110 [1110] 08/10/06 17:54:52 mgood AccountManagerPlugin: remove a rather useless logging call
(edit) @1109 [1109] 08/10/06 17:49:47 mgood AccountManagerPlugin: make sure not to CC other users when sending a …
(edit) @1091 [1091] 08/06/06 16:07:53 mgood AccountManagerPlugin: remove dummy "Description" line from registration …
(edit) @1090 [1090] 08/06/06 15:18:39 mgood AccountManagerPlugin: fix deleting unicode usernames
(edit) @1085 [1085] 08/04/06 14:58:19 mgood AccountManagerPlugin: add "Forgot password" page for emailing users a new …
(edit) @1069 [1069] 07/29/06 14:46:19 mgood AccountManagerPlugin: support unicode usernames and passwords (fixes …
(edit) @1068 [1068] 07/29/06 14:21:23 mgood AccountManagerPlugin: change source coding to "utf-8" and fix the URL in …
(edit) @1067 [1067] 07/28/06 20:11:12 mgood AccountManagerPlugin: remove use of setuptools extras since they may not …
(edit) @1065 [1065] 07/26/06 21:38:57 mgood AccountManagerPlugin: admin page for adding/removing accounts (re #20)
(edit) @1064 [1064] 07/26/06 16:43:00 mgood AccountManagerPlugin: make sure templates are loadable when LoginModule
(edit) @1063 [1063] 07/26/06 16:25:51 mgood AccountManagerPlugin: add a friendly error message when the Trac user is …
(edit) @1048 [1048] 07/20/06 16:08:28 mgood AccountManagerPlugin: use the new config APIs for Trac 0.10
(edit) @1047 [1047] 07/20/06 00:28:50 mgood AccountManagerPlugin: skip password test if either "user" or "password" …
(edit) @1046 [1046] 07/19/06 23:57:43 mgood AccountManagerPlugin: stop writing duplicate entries in password file …
(edit) @1045 [1045] 07/19/06 22:54:21 mgood AccountManagerPlugin: disallow registration of accounts which have …
(edit) @1044 [1044] 07/19/06 21:51:09 mgood AccountManagerPlugin: merge r1043 to 0.9 branch (re #343)
(edit) @1043 [1043] 07/19/06 21:49:16 mgood AccountManagerPlugin: check for blank username in registration (fixes …
(edit) @1042 [1042] 07/19/06 20:12:16 mgood AccountManagerPlugin: merge r1041 to 0.9 branch
(edit) @1041 [1041] 07/19/06 20:10:49 mgood AccountManagerPlugin: add support for crypt passwords in htpasswd files …
(edit) @990 [990] 07/02/06 16:22:11 coderanger AccountManagerPlugin: Adding some more storage manipulators
(edit) @989 [989] 07/02/06 13:23:43 coderanger AccountManagerPlugin: Aaaaand branching completed.
(edit) @988 [988] 07/02/06 13:22:07 coderanger AccountManagerPlugin: More file changes.
(edit) @987 [987] 07/02/06 13:17:39 coderanger AccountManagerPlugin: Adding new stores folder.
(edit) @986 [986] 07/02/06 13:13:57 coderanger AccountManagerPlugin: Adding branch base.
(edit) @985 [985] 07/02/06 13:12:42 coderanger AccountManagerPlugin: Remove branch folder.
(edit) @984 [984] 07/02/06 13:07:09 coderanger AccountManagerPlugin: Lets try this one more time
(edit) @983 [983] 07/02/06 13:05:21 coderanger AccountManagerPlugin: Copy for branch
(edit) @982 [982] 07/02/06 13:03:44 coderanger AccountManagerPlugin: Trying to apease subversion.
(edit) @980 [980] 07/02/06 12:43:53 coderanger AccountManagerPlugin: Trying to move code to branch folder
(edit) @979 [979] 07/02/06 12:33:49 coderanger AccountManagerPlugin: Making a home for this branch.
(edit) @973 [973] 06/30/06 11:12:33 mgood AccountManagerPlugin: create sandbox directory for feature branches
(edit) @972 [972] 06/30/06 10:12:32 mgood AccountManagerPlugin: merge r970:901 to trunk
(edit) @971 [971] 06/30/06 10:08:32 mgood AccountManagerPlugin: follow up to r970: oops svn:externals needs …
(edit) @970 [970] 06/30/06 09:42:15 mgood AccountManagerPlugin: removing svn:external for ez_setup (re #301)
(edit) @963 [963] 06/26/06 21:52:47 mgood AccountManagerPlugin: merge r962 to 0.9 branch (fixes #465)
(edit) @962 [962] 06/26/06 21:50:25 mgood AccountManagerPlugin: always read setting from the config in case it's …
(edit) @706 [706] 04/23/06 21:13:27 mgood AccountManagerPlugin: fix the method name of user_created in …
(edit) @705 [705] 04/23/06 21:05:24 mgood AccountManagerPlugin: apparently fileinput has a bug handling unicode …
(edit) @532 [532] 03/21/06 22:39:34 mgood AccountManagerPlugin: req.remote_user can't be set as a property after …
(edit) @531 [531] 03/21/06 22:28:26 mgood AccountManagerPlugin: branch AccountManagerPlugin for trunk API changes
(edit) @305 [305] 01/09/06 21:46:33 mgood AccountManagerPlugin: remove trunk since all changes have been merged to …
(edit) @304 [304] 01/09/06 21:45:18 mgood AccountManagerPlugin: merge [256] to 0.9 branch
(edit) @256 [256] 01/03/06 01:31:53 mgood AccountManagerPlugin: use Markup class for strings that contain HTML
(edit) @255 [255] 01/03/06 01:22:39 mgood AccountManagerPlugin: branch AccountManagerPlugin for trunk-related fixes
(edit) @133 [133] 11/02/05 22:49:21 mgood AccountManagerPlugin: forgot to add the login form template in [132]
(edit) @132 [132] 11/02/05 22:48:48 mgood AccountManagerPlugin: re #70: add a form-based authentication handler …
(edit) @131 [131] 10/29/05 13:41:34 mgood AccountManagerPlugin: Add an extension point for listening to user …
Note: See TracRevisionLog for help on using the revision log.