You can easily add E-mail verification, Google authentication... in your version of password manager. Put your implementation inside src/rest/check.php, which is used for login authentication.
This encourages users to edit a core file, which -- when application is updated -- is overwritten from the file from the repository.
Suggested Solution
Change application to allow users to extend functionality, without the need to chance core files. For example by introducing a Signals/Slots concept.
Problem
The documentation (file
README.md
) reads:This encourages users to edit a core file, which -- when application is updated -- is overwritten from the file from the repository.
Suggested Solution
Change application to allow users to extend functionality, without the need to chance core files. For example by introducing a Signals/Slots concept.