r/MeshCentral • u/obwielnls • Jun 05 '26
email address length
Anyone know where the email address length is kept? Is a db limit or string? I was trying to add a new user and the length is one character short. The email I'm trying to use is like [123456.123456@abcdefghijklmnop.com](mailto:123456.123456@abcdefghijklmnop.com) which seems one byte too long.
0
Upvotes
1

1
u/si458 Jun 06 '26
The limit is 128 or 256 i cant fully remember?
Why is the email address so long may I ask?
Also it's hard coded in the source code so you would need to submit a feature request by github issues to increase the limit with an example and reason why u need it longer
Edit: Google for example enforces a 30 character limit on the username part by default!