sipcapture / homer

HOMER - 100% Open-Source SIP, VoIP, RTC Packet Capture & Monitoring
https://sipcapture.org
GNU Affero General Public License v3.0
1.61k stars 240 forks source link

Strange username format validation in user settings #528

Closed agrigorjevs closed 2 years ago

agrigorjevs commented 2 years ago

Hello,

We have users created and also LDAP usernames with such format - firstname.lastname. Creation of such usernames is allowed.

But when you try to add a new user setting - it does not allow dot in the usernames.

Screenshot 2022-02-22 at 15 30 04

Also, another thing, which is not related to user settings, but to aliases - is the alias name requirement to have at least 3 symbols - previously it didn't have this validation (or validation as a whole) and we have already alias names with 2 symbols. Is there a reason really to have 3 symbols at least?

agrigorjevs commented 2 years ago

Sorry, this was supposed to go to homer-app project - https://github.com/sipcapture/homer-app/issues/470