akveo / akveo/nebular

Default Registration form does not pop password matching validation

Open
#2,428 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
8.1k
Forks
1.5k
PR merge metrics
No merged PRs in 30d

Description

### Issue type

**I'm submitting a ...** (check one with "x")

* [x ] bug report
* [ ] feature request

### Issue description
Registration form does not perform password matching validation even on live demo.
When navigating to the official demo it also doesnt work. https://www.akveo.com/ngx-admin/auth/register
**Current behavior:**
When registering an account with the default registration component and passwords don't match no validation is popped and form submits

**Expected behavior:**
When passwords dont match an error message is popped stating they dont

**Steps to reproduce:**
1. Enter password
2. Enter password that doesn't match
3. Submit Form

Took the below from the registration component so it seems to me there is validation?
```


Repeat password:



Password confirmation is required!



Password does not match the confirm password.




```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.