Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

feat: add ConfirmPassword Validate #116

Merged
merged 2 commits into from
Apr 4, 2020
Merged

Conversation

fireflyhoo
Copy link
Contributor

No description provided.

@@ -229,6 +229,12 @@ export default {
this.$set(this.installation, 'url', window.location.protocol + '//' + window.location.host)
},
methods: {
handleValidateConfirmPassword(rule,value, callback){
if (this.installation.confirmPassword && this.installation.password !== this.installation.confirmPassword ) {
callback('确认密码和密码不匹')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不匹配

@ruibaby ruibaby merged commit 3a491c4 into halo-dev:master Apr 4, 2020
@ruibaby ruibaby added the kind/feature Categorizes issue or PR as related to a new feature. label Apr 4, 2020
JohnNiang pushed a commit to JohnNiang/halo that referenced this pull request Mar 2, 2023
* feat: add ConfirmPassword Validate

* Update Installation.vue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
2 participants