You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node names should have certain restrictions. I propose we allow only [a-z0-9_-]. So far the create methods in the auth branch throw InvalidNameException and their documentation requires this format, but the implementation do not check the format.
The text was updated successfully, but these errors were encountered:
Node names should have certain restrictions. I propose we allow only
[a-z0-9_-]
. So far the create methods in the auth branch throw InvalidNameException and their documentation requires this format, but the implementation do not check the format.The text was updated successfully, but these errors were encountered: