Open eve-git opened 1 year ago
comments from Julie: I've seen this before where the client had no first name and it's because of the legal name on the service card. Our system pulls in their name from the bc service card and there is nowhere in application that the client can amend the name that is presenting.......it was designed this way as a security feature. We wanted the name pulled in from the BC Service card as that is how they are authenticated.
Some people actually only have a single name. In particular, some people form southern India only have one name.
I've definitely encountered this problem before and I think we had to amend the name in the system for them as we couldn't figure another way to get the system to work for them.
This problem has lingered for a while now, it would be really nice to actually get a resolution.
Not jumping on this until there's something official around single names. Though it does sound to be coming soon, it's not here yet.
Unsure what team this might belong with, it will likely impact multiple teams
Ticket is in the ICEBOX for Entities Olga/David. Can any team pick this up to verify if this is still an issue, or should we close. @davemck513 @OlgaPotiagalova @JohnamLane
Auth Error throws out when incorporation and the logged in user has first name or last name empty. for example: https://github.com/bcgov-registries/ops-support/issues/2716 and https://github.com/bcgov-registries/ops-support/issues/2772
It is not an individual case. Tajinder Kaur can be either a first name or a last name, depending on the cultural context and naming conventions. In many South Asian cultures, including Sikh and Punjabi communities, it is common to use "Kaur" as a last name for women, signifying their equality and independence. "Tajinder" can be a given name, which would typically be used as a first name. However, without further context, it is difficult to determine whether Tajinder Kaur is being referred to as a first name or last name in a specific instance.
There were several OPS tickets related already.
Currently, we don't allow empty first and last name:
Can user validation check either first or last empty but not both?