Releases: AppsDevTeam/fancyadmin
Releases · AppsDevTeam/fancyadmin
v1.0.45: Refactors profile form processing
v1.0.44: Ensures token does not include prefix
Updates the getToken method to remove any prefix that might be present in the token string, ensuring only the token value is returned.
v1.0.43: Enhances onetime token generation
Refactors onetime token generation to include an identifier prefix. This allows for easier identification and grouping of tokens based on their purpose or the entity they are associated with. The identifier defaults to an empty string if not provided, maintaining backward compatibility. It also defaults to email in account creation and password recovery This change also modifies the random token generation to use only uppercase letters and numbers.
v1.0.42
v1.0.41
v1.0.40
v1.0.39: Merge pull request #20 from AppsDevTeam/f-fix-favicon
v1.0.38
v1.0.37
v1.0.36: Refactors profile form processing
Simplifies profile form processing by removing unnecessary parameter. Improves identity creation logic by using the entity manager to find the correct identity class, allowing for greater flexibility and compatibility with different identity implementations.