- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2016 06:21 PM
Hello Experts,
we have a catalog item which creates user in AD and also generates random password and sets in AD.
password generation is working fine and setting in AD also working fine but a notification will trigger to the new user with password.
Here, password characters are ignoring after special characters like .(Dot)(not after all special characters). in activity also not writing after special charecters.
for example:
the generated password is 6sDfR.a$
in AD it is setting as 6sDfR.a$ but in activity it is writing as 6sDfR and same in notification as well.
Any suggestion please.
Password in AD screenshots
notification and Activity screenshots
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2016 12:12 AM
Hello Prasa,
what application do you use for password generation? Any servicenow application / module?
I would suggest to modify the notification or the business rule triggers the email and add <code></code> or <pre></pre> tags where the password is send. I.e. <pre>${userPassword<}/pre>. May be following article would be helpful as well: Using Journal Fields - ServiceNow Wiki
best regards
Cheers,
Kostya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2016 09:37 PM
Hello Experts,
Any suggestion please!
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2016 12:12 AM
Hello Prasa,
what application do you use for password generation? Any servicenow application / module?
I would suggest to modify the notification or the business rule triggers the email and add <code></code> or <pre></pre> tags where the password is send. I.e. <pre>${userPassword<}/pre>. May be following article would be helpful as well: Using Journal Fields - ServiceNow Wiki
best regards
Cheers,
Kostya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2016 02:48 AM
Hi prasa,
Is the notification send from the workflow that does the reset or when the comment was inserted?
It seems like your password is not stored as string at some point.