Tealeaf Password Masking
When you have custom form field names, user name and password are displayed when replaying session using Tealeaf viewer. You can mask the password value with the following steps.
1) Login into Tealeaf Portal
2) Tealeaf -> TMS
3) Master -> Transport Service -> Privacy Filter Configuration -> View/Edit (Raw)
4) Append a Rule to existing set of rules. You can position the rule as needed. Define an Action.
Place these lines into Raw file.
[Rule3]
Enabled=true
Actions=password_block
[password_block]
Action=Block
Field=j_password
In this case, my html form field name is j_password.
5) Save and restart transport service.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home