Hi, Thanks for reporting this! It appears that the regular expression we are using to validate the email address is not accepting uppercase letters. Not sure how this slipped by, but I've just created a bug ticket for it here: https://github.com/DSpace/dspace-angular/issues/1983
I've also fixed it in this PR: https://github.com/DSpace/dspace-angular/pull/1984. This fix should likely be in 7.5 (due in Feb). In the meantime, you could update that Regex manually in your codebase & rebuild/redeploy the User Interface if you need it sooner. Tim On Friday, December 2, 2022 at 5:53:18 AM UTC-6 [email protected] wrote: > Dear All, when any users want to register through email based self > registration the email field does not support caps email address and says > invalid email. how can I make support both caps and small character in > email field while users registration. > Thank you > -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/7405e53d-2d7f-41b7-b779-94a38ba02b1fn%40googlegroups.com.
