Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How do you change a member's gender?
LeftBrain
✭✭
When I imported my Vanilla 1 to Vanilla 2, all the existing members were made Male by default. How can I change male designations to females? Is there a simple field in the database I can change?
0
Comments
This gender stuff really needs to be switchable, so it can be turned off for individual users or globally. It is a big pain when authenticating users against external systems that have not captured gender information at all.
I guess Vanilla 1 let you have spaces in user names but Vanilla 2 doesn't.
This is worth raising as a bug, so it is highlighted at least until a decision is made on the allowed format of names (I would vote to support spaces throughout, but allow it to be turned off for people who insist they don't want it). I think that would actually be quite a minor thing to implement.
Good idea. Is there something specific that has to be done to do this?
Having spaces breaks many things, just like mention for instance, it's major headache to have it working everywhere. Where does the username stops and where the actual text begins?
just like: @Left Brain <- there no mention!
As for a "major headache", I would say no, it's not. Do the right encoding and decoding in *the right place* and it is pretty much something that just works.
My main point on this is that usernames and display names have been combined in Vanilla, an idea copied from other services such as Facebook. This is fine in a standalone new and independent service, but Vanilla is designed to very much work with other systems, and so it cannot be so rigid with its rules.
I would still argue strongly that spaces *can* be supported, and in a way that people who do not want to support it can switch it off. There is room for both without any compromises.
What if you integrate a system where Left+Brain is a valid username as well?