Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

email is not verified #19

Open
1 task
hmert opened this issue Apr 30, 2020 · 2 comments
Open
1 task

email is not verified #19

hmert opened this issue Apr 30, 2020 · 2 comments
Projects

Comments

@hmert
Copy link
Member

hmert commented Apr 30, 2020

  • on dashboard verify my email address link for trigger.
@hmert hmert created this issue from a note in IBAN.im (To do) Apr 30, 2020
@enesacikoglu
Copy link

Hello @hmert ,
It seems already has a validation on frontend ,do we need a backend validation ? If so ,what about to use govalidator for all validations.

                email: [
                    v => !!v || 'Mail is required',
                    v => /.+@.+/.test(v) || 'please use a valid mail adress',
                ],

@fakturk
Copy link
Contributor

fakturk commented May 3, 2020

@enesacikoglu We did not validate the emails on the backend, you can implement govalidator for email validation =)

@hmert hmert mentioned this issue May 3, 2020
2 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
No open projects
IBAN.im
  
To do
Development

No branches or pull requests

3 participants