Bug 541 - InvalidName exception error
Summary: InvalidName exception error
Status: RESOLVED FIXED
Alias: None
Product: Group 13 Dating App System (vibing.com)
Classification: Unclassified
Component: Exception (show other bugs)
Version: 1
Hardware: PC Windows
: --- enhancement
Assignee: Varun
URL:
Depends on:
Blocks:
 
Reported: 2020-12-07 23:03 HKT by Varun
Modified: 2020-12-07 23:26 HKT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Varun 2020-12-07 23:03:43 HKT
The InvalidName class throws an exception when a name with capital letter is used. For example, 'Andela' gives an error when it is not supposed to.
Comment 1 Phudis Dawieang 2020-12-07 23:26:53 HKT
The bug is caused by the character checks only between 'a' to 'z' without put it down to lowercase. 

The checking process is fixed now.

Thank you again for the bug report.