This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

SO MANY SECURITY ISSUES!! Sentora needs serious updates!
#7
RE: SO MANY SECURITY ISSUES!! Sentora needs serious updates!
(11-16-2018, 02:17 AM)fearworks Wrote: The show/hide password issue is a simple Javascript issue. If you download the latest version of the module.zpm file for the FTP Management module from the Github master repository, it should work:

https://raw.githubusercontent.com/sentor...module.zpm

I did tweak two lines for it to work how I wanted on my servers:


Code:
$('#btn_sh').innerHTML = 'Hide passwords';
$('#btn_sh').innerHTML = 'Show passwords';


changed to:


Code:
$('#btn_sh').html('Hide passwords');
$('#btn_sh').html('Show passwords');


Give it a try and see if it now works.

Keith.

That's good, Keith. Thanks!

Both changes were necessary. First updating the module from github did make the passwords show and hide.  However, the button always said "Show passwords". The code change you provided corrected the text to say "Hide passwords" when appropriate.
Reply
Thanks given by:


Messages In This Thread
RE: SO MANY SECURITY ISSUES!! Sentora needs serious updates! - by republicus - 11-16-2018, 12:08 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Is Sentora dead? rajeevrrs 2 2 ,879 12-17-2022, 09:20 AM
Last Post: TGates
Sentora debug and error files johnnyp 0 1 ,099 10-27-2022, 06:16 PM
Last Post: johnnyp
Transfer Account to another Sentora BenI 1 2 ,487 07-21-2022, 07:19 PM
Last Post: Nigel

Forum Jump:


Users browsing this thread: 1 Guest(s)