Fixed #734 , passowrds are now hidden on the remote_interact pages #741

Merged
ksteimel merged 2 commits from master into master 2020-04-09 18:55:23 +00:00
ksteimel commented 2020-02-24 04:01:51 +00:00 (Migrated from github.com)

This is a quick fix to remove visible passwords on the remote_interact pages.

This is a quick fix to remove visible passwords on the remote_interact pages.
codecov[bot] commented 2020-02-24 04:34:11 +00:00 (Migrated from github.com)

Codecov Report

Merging #741 into master will decrease coverage by 0.18%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #741      +/-   ##
==========================================
- Coverage   39.16%   38.98%   -0.19%     
==========================================
  Files          73       73              
  Lines        9653     9699      +46     
  Branches     2183     2229      +46     
==========================================
  Hits         3781     3781              
+ Misses       4819     4788      -31     
- Partials     1053     1130      +77     
# [Codecov](https://codecov.io/gh/Plume-org/Plume/pull/741?src=pr&el=h1) Report > Merging [#741](https://codecov.io/gh/Plume-org/Plume/pull/741?src=pr&el=desc) into [master](https://codecov.io/gh/Plume-org/Plume/commit/02c528cae4385883d13bfff891d1656613d24edd&el=desc) will **decrease** coverage by `0.18%`. > The diff coverage is `n/a`. ```diff @@ Coverage Diff @@ ## master #741 +/- ## ========================================== - Coverage 39.16% 38.98% -0.19% ========================================== Files 73 73 Lines 9653 9699 +46 Branches 2183 2229 +46 ========================================== Hits 3781 3781 + Misses 4819 4788 -31 - Partials 1053 1130 +77 ```
floreal (Migrated from github.com) reviewed 2020-04-04 16:25:54 +00:00
floreal (Migrated from github.com) left a comment

Maybe a selenium test would be nice.

Maybe a selenium test would be nice.
floreal (Migrated from github.com) commented 2020-04-04 16:22:10 +00:00

Just a little alignment issue

				    .input_type("password")
Just a little alignment issue ```suggestion .input_type("password") ```
elegaanz (Migrated from github.com) approved these changes 2020-04-09 18:55:16 +00:00
elegaanz (Migrated from github.com) left a comment

Thanks, I'm merging it!

Thanks, I'm merging it!
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Plume/Plume#741
No description provided.