Skip to content

Commit

Permalink
Fixes grails#60 forgotPassword config in RegisterController.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Perez committed Aug 31, 2016
1 parent c876504 commit c238a9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class RegisterController extends AbstractS2UiController {
registerEmailFrom = conf.ui.register.emailFrom ?: ''
registerEmailSubject = conf.ui.register.emailSubject ?: ''
registerPostRegisterUrl = conf.ui.register.postRegisterUrl ?: ''
registerPostResetUrl = conf.ui.register.postResetUrl ?: ''
registerPostResetUrl = conf.ui.forgotPassword.postResetUrl ?: ''
successHandlerDefaultTargetUrl = conf.successHandler.defaultTargetUrl ?: '/'

passwordMaxLength = conf.ui.password.maxLength instanceof Number ? conf.ui.password.maxLength : 64
Expand Down

0 comments on commit c238a9d

Please # to comment.