Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pointybeard/passwordfield
A field for Symphony CMS that securely stores passwords.
https://github.com/pointybeard/passwordfield
Last synced: 9 days ago
JSON representation
A field for Symphony CMS that securely stores passwords.
- Host: GitHub
- URL: https://github.com/pointybeard/passwordfield
- Owner: pointybeard
- License: other
- Created: 2020-11-05T11:01:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-09T00:12:09.000Z (about 3 years ago)
- Last Synced: 2024-10-12T06:21:07.102Z (about 1 month ago)
- Language: PHP
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Password Field for Symphony CMS
- Version: v1.0.0
- Date: November 05 2020
- [Release notes](https://github.com/pointybeard/passwordfield/blob/master/CHANGELOG.md)
- [GitHub repository](https://github.com/pointybeard/passwordfield)A field for Symphony CMS that securely stores passwords.
### Requirements
This extension requires Composer (see, ). Be sure to run `composer install` on the `extension/passwordfield` directory before installing in the Symphony CMS admin.
## Installation
This is an extension for [Symphony CMS](http://getsymphony.com). Add it to the `/extensions` folder of your Symphony CMS installation, then enable it through the interface.
## Support
If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/pointybeard/passwordfield/issues),
or better yet, fork the library and submit a pull request.## Contributing
We encourage you to contribute to this project. Please check out the [Contributing documentation](https://github.com/pointybeard/passwordfield/blob/master/CONTRIBUTING.md) for guidelines about how to get involved.
## Author & Acknowledgements
- Alannah Kearney - https://github.com/pointybeard
- Symphony CMS Community - This field is based on the "Member Password" field provided by the Members extension. See, for additional credits and licence information.## License
"Password Field for Symphony CMS" is released under the [MIT License](http://www.opensource.org/licenses/MIT).