abrudtkuhl / WordPressSharp

A C# client to to interact with the WordPress XML-RPC API

Home Page:abrudtkuhl.github.io/WordPressSharp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Username cannot contain a dot (.)

klacol opened this issue · comments

Nice project here, thank you!

I have found, that a username can not contain a dot (.)

Could be an issue of the c# wrapper or of the API.

Dots in usernames are not allowed in WordPress so the problem lies there. You can override that if you need.

ah, ok. In fact I can put in a dot into the username in the WP UI. This would be a bug there then. Thanks.