abrudtkuhl / WordPressSharp

A C# client to to interact with the WordPress XML-RPC API
abrudtkuhl.github.io/WordPressSharp/
GNU General Public License v3.0
103 stars 49 forks source link

Username cannot contain a dot (.) #63

Closed klacol closed 7 years ago

klacol commented 7 years ago

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.

abrudtkuhl commented 7 years ago

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

klacol commented 7 years ago

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.

abrudtkuhl commented 7 years ago

I dont know that it's a bug in as much as it's a feature. There are a few trac comments about it and I think it's there by design for security but can be overridden via hook in a plugin if needed.

Andy Brudtkuhl youmetandy.com

On Mon, Dec 19, 2016 at 1:31 PM, Klaus Aengenvoort <notifications@github.com

wrote:

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.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/abrudtkuhl/WordPressSharp/issues/63#issuecomment-268056018, or mute the thread https://github.com/notifications/unsubscribe-auth/AATsrA25_TMV49z9E4qwkq8yXpt0CbGzks5rJtuSgaJpZM4LQHWF .