Topic: Password Security Extension (NEW)

We developed a significant extension to beef-up FrontAccounting's password security features. It can be found here:

https://github.com/genebarker/fa_password

Unfortunately, this extension is for an earlier version of FA 2.3. We hope to migrate it when we make the jump to 2.4.

Many thanks to garrapato for his tutorials and previous extension developers.

Re: Password Security Extension (NEW)

Nice work.

Please note that for anyone using PHP >= 5.5, the function password_hash() and other password_* functions are available.
For others, they would need to include the file password.php in the index.php / config.php file earlier on, taken from the password_compat project.

Re: Password Security Extension (NEW)

Thanks! It took longer to develop than I liked, but we got there. It was a great learning experience. Hopefully more to come.