-
Version: Security Onion 2.3.260 Issue: I have a user with an apostrophe in their email address. When I use My attempts: command: so-user add john.o'[email protected] #tried escaping...basically trying everything I can think of so-user add 'john.o'[email protected]' |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found the code that verifies the email address (saltstack/default/salt/common/tools/sbin/so-user)
|
Beta Was this translation helpful? Give feedback.
Found the code that verifies the email address (saltstack/default/salt/common/tools/sbin/so-user)
Looks like Onion is only allowing alphanumeric in email addresses even though according to RFC 3696 apostrophes are allowed in email addresses...if used before the '@'