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

Add validation #1

Open
5 tasks
Xtrah opened this issue Dec 27, 2020 · 2 comments
Open
5 tasks

Add validation #1

Xtrah opened this issue Dec 27, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@Xtrah
Copy link
Member

Xtrah commented Dec 27, 2020

  • Name must be a Norwegian full name (A-Å, a-å, space)
  • Validate email
  • Space alone/empty is not an acceptable input on any field
  • Account number must be 11 integers Add IBAN support #27
  • Total size of all attachments must be below 25 MB due to limits in gmail
@Xtrah Xtrah added the enhancement New feature or request label Jan 9, 2021
@Xtrah
Copy link
Member Author

Xtrah commented Jan 25, 2023

Email should also be validated frontend. Invalid email gives cryptic feedback for users.

<HttpError 400 when requesting https://gmail.googleapis.com/gmail/v1/users/me/messages/send?alt=json returned "Invalid To header". Details: "[{'message': 'Invalid To header', 'domain': 'global', 'reason': 'invalidArgument'}]">

@flashedk
Copy link

flashedk commented Jun 3, 2023

proposed two pull requests to solve this

@Xtrah Xtrah linked a pull request Jun 3, 2023 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants