File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2929### Added
3030- Separated ` BakeCommand ` class into multiple methods to make it easier for sprinkle to add custom command to the ` bake ` command.
3131- Allow null group assignment for users ([ #867 ] ; [ #964 ] )
32+ - Password can now be set manually when creating new user ([ #1017 ] ; [ #763 ] )
3233
3334### Fix
3435- ` bake ` command return error if account sprinkle is not included ([ #944 ] )
@@ -785,6 +786,7 @@ See [http://learn.userfrosting.com/upgrading/40-to-41](Upgrading 4.0.x to 4.1.x
785786
786787[ #653 ] : https://github.com/userfrosting/UserFrosting/issues/653
787788[ #718 ] : https://github.com/userfrosting/UserFrosting/issues/718
789+ [ #763 ] : https://github.com/userfrosting/UserFrosting/issues/763
788790[ #793 ] : https://github.com/userfrosting/UserFrosting/issues/793
789791[ #795 ] : https://github.com/userfrosting/UserFrosting/issues/795
790792[ #808 ] : https://github.com/userfrosting/UserFrosting/issues/808
@@ -829,6 +831,7 @@ See [http://learn.userfrosting.com/upgrading/40-to-41](Upgrading 4.0.x to 4.1.x
829831[ #1014 ] : https://github.com/userfrosting/UserFrosting/issues/1014
830832[ #1015 ] : https://github.com/userfrosting/UserFrosting/issues/1015
831833[ #1016 ] : https://github.com/userfrosting/UserFrosting/issues/1016
834+ [ #1017 ] : https://github.com/userfrosting/UserFrosting/issues/1017
832835[ #1018 ] : https://github.com/userfrosting/UserFrosting/issues/1018
833836
834837[ v4.2.0 ] : https://github.com/userfrosting/UserFrosting/compare/v4.1.22...v4.2.0
You can’t perform that action at this time.
0 commit comments