Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Dots in Site Title #491

Open
YuriySamorodov opened this issue Oct 11, 2021 · 0 comments
Open

Allow Dots in Site Title #491

YuriySamorodov opened this issue Oct 11, 2021 · 0 comments

Comments

@YuriySamorodov
Copy link

It appears dots are not allowed in site title when creating a site using WebUI or trying to rename it either with Set-PnPSite or SharePoint Online Admin Center.
image
However, when I use New-PnPSite and specify Alias
image

There is a restriction in PnPFramework:
image

const string unallowedCharacters = "[&,!@;:#¤`´~¨='%<>/\\\\\"\\.\\$\\*\\^\\+\\|\\{\\}\\[\\]\\(\\)\\?\\s]";

Please kindly advise if you can adjust that restriction by any chance? It does not really make a lot of sense to me having such limitations for SharePoint Online Sites.

Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant