Skip to content

Commit

Permalink
Fix auth_key encryption to prevent null character errors (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Apr 23, 2024
1 parent 3224e41 commit c0fba89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md).

## 5.0.3 ()

+ [#759](https://github.com/luyadev/luya-module-admin/pull/759) Prevent `Bcrypt password must not contain null character` errors by using generateRandomString for auth_key encryption.

## 5.0.2 (28. March 2024)

+ [#758](https://github.com/luyadev/luya-module-admin/pull/758) Enhanced the functionality to reorganize folders within the folder hierarchy, allowing for movement to the root or placement into a different subfolder.
Expand Down

0 comments on commit c0fba89

Please sign in to comment.