Changeset 162744
- Timestamp:
- 10/12/2009 07:52:25 PM (16 years ago)
- Location:
- phpbb-single-sign-on
- Files:
-
- 9 added
- 1 edited
-
tags/0.4.1 (added)
-
tags/0.4.1/connect-phpbb.php (added)
-
tags/0.4.1/files (added)
-
tags/0.4.1/files/auth_op.php (added)
-
tags/0.4.1/files/common.php (added)
-
tags/0.4.1/module.phpbb.php (added)
-
tags/0.4.1/module.wp.php (added)
-
tags/0.4.1/options.php (added)
-
tags/0.4.1/readme.txt (added)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
phpbb-single-sign-on/trunk/readme.txt
r162729 r162744 21 21 == Changelog == 22 22 23 = 1.0=24 * A change since the previous version.25 * Another change.23 = Roadmap = 24 * Hook for password change 25 * Profile sync 26 26 27 = 0.5 = 28 * List versions from most recent at top to oldest at bottom. 27 = Known Bugs = 28 * Creates a duplicata of wordpress user on every login 29 * Cannot automatically create users 30 31 = 0.4.1 = 32 * Bugfix : Url to options panel 33 34 = 0.4 = 35 * The login works now if the user exists in the two databases with the same password 36 * New installation script 37 * New Presentation of the options page 38 39 = 0.3 = 40 * Bugfix : Corrected a bug wich accepted all passwords 41 42 = 0.2 = 43 * Login working from wordpress 44 * Options page finished 45 46 = 0.1 = 47 * New options page 48 * Fork of the onepress framework. dropping all framework dependencies 49 29 50 30 51
Note: See TracChangeset
for help on using the changeset viewer.