| 1 |
|
; $Id $ |
| 2 |
|
|
| 3 |
|
1.1 -> 1.2 |
| 4 |
|
* Fixed a faulty use of preg_match which caused a warning in PHP 5.2.x. |
| 5 |
|
* A users encrypted password is now deleted along with the user. |
| 6 |
|
* Removed a redundant write to file when saving a key using the file storage method. |
| 7 |
|
* Fixed the anonymous account receiving an encrypted password in some situations. |
| 8 |
|
* Removed an unused menu item. |
| 9 |
|
|
| 10 |
|
1.0 -> 1.1 |
| 11 |
|
* Added option to use 192 or 256 bit versions of the Rijndael algorithms. |
| 12 |
|
* Drupals database abstraction layer is now used properly. |
| 13 |
|
* Added (untested) support for Windows. |
| 14 |
|
* AES-encrypted passwords are now stored separately in their own table instead of replacing the MD5 passwords in the users table. |
| 15 |
|
* Added option to show the decrypted password on another page. |
| 16 |
|
* Plus some other minor changes. |