Master-User-Creator icon indicating copy to clipboard operation
Master-User-Creator copied to clipboard

User name in attributes and display name is adding extra spaces

Open tekninjas opened this issue 6 years ago • 8 comments

Hi. In v2.0, User name in attributes and display name is adding extra spaces. Could you please fix it. Also, could you please provide ability to add mobile number and fax number. Clone fax number and increase employee id by 1 from the last eid in AD.

tekninjas avatar Apr 01 '19 18:04 tekninjas

is this for AD user and for username do you mean UPN?

bwya77 avatar Apr 01 '19 19:04 bwya77

Yes, AD user and Display Name and Full Name.

tekninjas avatar Apr 01 '19 19:04 tekninjas

I saw 1 user in my test w/ a space, that means there is a space in your actual displayname text box as displayname -eq $textboxDisplayName.Text. I tested other times and made sure there was no space and it worked as is.

I will make these attributes trim any trailing space. good feature anyways 👍

bwya77 avatar Apr 01 '19 19:04 bwya77

Thank You! Will check again.

tekninjas avatar Apr 03 '19 01:04 tekninjas

Hi. Actually display name is good but the name field in attributes contains a space. I tried creating another new user too. Sorry, if i am wrong.

tekninjas avatar Apr 08 '19 17:04 tekninjas

Having the same issue.

gzip file with mp4 recording of the issue to make it easier to demo.

Master User Creation Tool.gz

smoltz avatar Apr 18 '19 21:04 smoltz

I had a similar issue and I fixed it by changing the format in File>Options

For example for Display Name it had a Middle Initial %MiddleInitial% Variable that it was expecting that is not used in our environment. If you're getting it in the username field, adjust the variables to your needs there and you should get the expected behavior. I hope this is helpful.

MrAlbertoGuadalupe avatar May 21 '19 16:05 MrAlbertoGuadalupe

I had a similar issue and I fixed it by changing the format in File>Options

For example for Display Name it had a Middle Initial %MiddleInitial% Variable that it was expecting that is not used in our environment. If you're getting it in the username field, adjust the variables to your needs there and you should get the expected behavior. I hope this is helpful.

That was the fix. Thanks!

smoltz avatar May 21 '19 18:05 smoltz