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

fix issue in register form #90

Merged
merged 3 commits into from
Nov 29, 2022
Merged

fix issue in register form #90

merged 3 commits into from
Nov 29, 2022

Conversation

delphianer
Copy link
Contributor

The id of form was missing since bb7a972
So all the warnings have been shown on first start.

id of form was missing since bb7a972
So all the warnings have been shown on first start.
As in RegisterController.php shown at line 56 the field active is used as varchar and has "Y" as init value for new registered users.
So either all the logic about active=="Y" must be replaced or my suggested fix is enough for people who are new at phalcon and trying to run this as part of phalcon-tutorials :o)
Minor change - Message same like in register-form + correction of utils.js for using same "#profileForm .alert" query to find alert tags
@sergeyklay
Copy link
Contributor

/cc @Jeckerson

@ruudboon ruudboon requested a review from Jeckerson June 8, 2020 07:55
@niden
Copy link
Member

niden commented Nov 29, 2022

This reverts some of the changes in the previous PR but will all be sorted out with the next PR. (I know confusing).

Thank you @delphianer

@niden niden merged commit ac4f52a into phalcon:master Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants