I have not been able to figure out how you extract the last initial from the lastname field? Or do you simply request a last initial from user?
I want to use firstname last-initial as username.
thanks
I have not been able to figure out how you extract the last initial from the lastname field? Or do you simply request a last initial from user?
I want to use firstname last-initial as username.
thanks
Comments
Comment #1
dwadson commentedTo get first-initial lastname as the username, I used this PHP code:
Comment #2
dwadson commentedHere's a modification that will take a hypenated lastname ("Jones-Smith") and just use the last "word" in the username. Change the Punctuation Settings to leave hypens unchanged.
Comment #3
alexkb commentedThanks for the report and sorry this wasn't fixed at the time it was relevant. I'm new to this project, but cleaning up the issue queue, so closing this issue given its on a very old branch. Thanks.