You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I found a problem here. As you can see, the User ID and Password failed to be concealed.
{{NAME}},
The following is a guest password that will allow you temporary view only
access to EnronOnline. Please note, the user ID and password are CASE
SENSITIVE.
{{NAME}} User ID: GNA45925
{{NAME}} Password: YJ53KU42
Log in to {{URL}} and install shockwave using instructions
below. I have set up a composite page with western basis and cash prices to
help you filter through the products. The title of the composite page is
{{NAME}}'s Page.
The text was updated successfully, but these errors were encountered:
Thanks for pointing this out, @Charlie818. This is definitely a limitation of the current implementation of the current regular expression implementation. I won't have time to get to this anytime soon, but feel free to propose a PR to address the issue and I will incorporate it as promptly as I can.
Thx for your prompt reply! I tried to fix it myself but failed, since I am not familiar with python and how things work here. And the problem about it, through my check, would be that your Regular Expression does not contain 'id', so therefore, you shall add more symbols to it, like 'id' for username and 'pwd' for password. Another reason for why things don't work in this case is that the RE don't support the middle words between 'username' and 'password', like 'Guest Username: qweas Guest Password:123'. The 'Guest' in between obstructs to recognize the case. @deanmalmgren
Now, I can not add a layer to convert the informal pattern to the standard one in my project, so things work pretty well now. And, again, thx for your awesome package!
Hi! I found a problem here. As you can see, the User ID and Password failed to be concealed.
The text was updated successfully, but these errors were encountered: