Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added option offerPasswordChangeAfterConfirmation #565

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove var_dump()
  • Loading branch information
TonisOrmisson committed Sep 25, 2024
commit 3b2f7dc46957a9de59989e027bf24f8abe4e715b
1 change: 0 additions & 1 deletion src/User/resources/views/registration/register.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 18,6 @@
* @var \Da\User\Model\User $user
* @var \Da\User\Module $module
*/
var_dump(!$module->isPasswordRequiredOnRegistration());
$this->title = Yii::t('usuario', 'Sign up');
$this->params['breadcrumbs'][] = $this->title;
?>
Expand Down
Loading