Password Management module: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
= Description = | |||
With this module you can manage the passwords of all your differenct clients and projects. | With this module you can manage the passwords of all your differenct clients and projects. | ||
= Download = | |||
Download | [http://www.actiview.nl/atk-module-password.zip Download Password Management module] | ||
= Influences = | |||
Through a modifier it adds a tab to the organization and projects nodes (Achievo). | Through a modifier it adds a tab to the organization and projects nodes (Achievo). | ||
= Dependencies = | |||
None | None | ||
= Installation manual = | |||
# | # Download the zip file | ||
# | # Extract to modules directory | ||
# | # Add module to config.modules.inc | ||
# | # Add content of password.sql to the database | ||
# | # Create a master keyword by filling the constant in file modules/password/utils/class.psldbencpw.inc | ||
# | # Encrypt the file modules/password/utils/class.psldbencpw.inc with Zend Encoder (only then it is really safe) | ||
# | # Run your app / Achievo and your up and running. | ||
= Changelog = | |||
What has changed in your module in different versions? | What has changed in your module in different versions? | ||
= TODO = | |||
* Write a notice that Stevie made the encryption attribute | * Write a notice that Stevie made the encryption attribute | ||
* Write a little documentation. | * Write a little documentation. | ||
* Enable 'rights' in the module. So only participants in a project can see passwords for example. | * Enable 'rights' in the module. So only participants in a project can see passwords for example. | ||
= About = | |||
Managing passwords is a pain. This was my solution. | Managing passwords is a pain. This was my solution. | ||
Stevie provided the encryption attribute:[[PSL_atk_AES_En/De-Cryption_attributes]] | |||
= Licence = | |||
GNU Lesser General Public License (LGPL) | |||
Latest revision as of 08:53, 22 October 2008
Description
With this module you can manage the passwords of all your differenct clients and projects.
Download
Download Password Management module
Influences
Through a modifier it adds a tab to the organization and projects nodes (Achievo).
Dependencies
None
Installation manual
- Download the zip file
- Extract to modules directory
- Add module to config.modules.inc
- Add content of password.sql to the database
- Create a master keyword by filling the constant in file modules/password/utils/class.psldbencpw.inc
- Encrypt the file modules/password/utils/class.psldbencpw.inc with Zend Encoder (only then it is really safe)
- Run your app / Achievo and your up and running.
Changelog
What has changed in your module in different versions?
TODO
- Write a notice that Stevie made the encryption attribute
- Write a little documentation.
- Enable 'rights' in the module. So only participants in a project can see passwords for example.
About
Managing passwords is a pain. This was my solution. Stevie provided the encryption attribute:PSL_atk_AES_En/De-Cryption_attributes
Licence
GNU Lesser General Public License (LGPL)