cpanel not saving password - google-chrome

I have a problem with Chrome and cPanel and i think all have this problem not just me. The problem is that i cant save the passwords of the Cpanel logins in Chrome. I wanted to ask if there's any kind of extension url like https://domain:2083/?user=domainusername&password=domainpassword
I saw that in some sites you can use this kind of urls and have the boxes of the username and the password filled automatically. Is there a way to do this with cPanel ? If not can anyone tell me how could i save Username and Password of cPanel logins.
p.s. i have 30-40 websites with cPanel to manage that's why it's a bit of a problem to remember all passwords or to keep "copy-pasting" them.

are your activate secure mode as this
if you use django
add in setting.py in
SecurityMiddleware django.middleware.security.SecurityMiddleware
and set
SECURE_SSL_REDIRECT = True.
and chech if SSL/TLS certificate is instaled in your server from (Manage SSL sites)

I think you need to check whether javascript is enbled in your browser also check whether there is any bug for corresponding cPanel version.

Related

IBM Websphere security issue - Password reset

I have an issue with IBM Websphere,
We forgot our password and I followed the topic I found here in the forum to reset admin password.
How to reset password for admin account in IBM websphere 6.1?
Issue I have is when I disable security, I get into the websphere console but have NO option to get into security tab. No tab available except "tasks", so I cannot enable security nor reset the admin user there.
Also, after this, I cannot put security on again. I keep getting the login page with no password.
I tried the script with securityon instead of securityoff (sounds logical to me) but now it requests user password to do so...
If I manually edit the security.xml to put security enabled="true", I get a startup error...
UPDATE 1
There was an issue loading applications, so that's the reason why I could not get the menu on the left. However, I could not find any solution to it, and decided to restore the system.
Now I can get the menu list, but face another error when I try to reset the admin user with the wizard, at the last steps here is the message error I get :
SECJ7305E: Found other virtual member manager repository configurations. Only the built-in virtual member manager file-based repository is supported through the wizard
This actually blocks me, and I cannot go further.
I tried to run the wizard without activating security as well, but not working either.
I do not want to mess with user repositories as some repo's are configured... I just would like to reset the admin password :(
Anybody faced this issue? Any help/idea is greatly appreciated.
Thank you

SSRS 2014 I cannot open http://localhost/Reports due to permissions

I've looked at a number of potential solutions to the but nothing seems to work.
Basically, I have installed SQL Server 2014 on my own PC.
Everything works fine with the exception of SSRS
Initially, inputting the URL http://localhost/Reports returned a blank screen.
Then, after a bit of research and playing around, I made a little progress.
Now, despite me been an admin on my own machine!, it's comes back with:
User does not have required permissions. Verify that sufficient permissions have been granted and Windows UAC restrictions have been addressed.
As I say, there are a couple of 'potential' solutions but they require access to the URL - which I simply cannot get.
I feel this is a security related problem but have tried all sorts of potential solutions.
Open the browser with run as Administrator.
If you get any prompt for username and password. Change your intranet browser setting.
I've found the answer and it seems to be a combination of things.
Via Reporting Services Configuration Manager Add an additional HTTP identity for both the web Service URL and Report Manager URL.
Set Host Header Name to localhost
Set TCP Port to 8080
Note, I also found that 80 clashed with Skype causing a 'Page cannot be displayed' error
Although I have amended my Skype setting, I also amended the SSRS port
I'm not sure how crucial this is but it worked for me
Through Control Panel
Search for UAC, select Change User Account Control Settings
Amend to Never Notify
I am still uncomfortable with this but have found no other way of getting this to work.

VM Instance Password Expired

So, I ignored and then forgot about the notice that my password would expire in 2 days. Now those 2 days have passed, and when I attempt to remote to the instance, I get the error that my credentials did not work. Any way to fix this, without needing to delete and recreate the instance? Lesson learned - next time I'll make it a priority to change the password reset protocol...
P.S. On another forum someone suggested using localhost\ in front of the account name, but that didn't work.
Open your RDP file in Notepad, add the following line and save it.
enablecredsspsupport:i:0
Connect to your server and change the expired password.
Kam - thank you for your suggestion! It turned out that I didn't need it afterall though.
Apparently part of the problem is that I'm using the Chrome RDP extension to connect. So I just created a Windows RDP connection using the link in the Google Developers Console, so I could edit it and add that line. I decided to test it before modifying, and that brought me to a window with the option to change my password, which the Chrome RDP extension did not do.

forgot password to mysql database installed on windows, database is production, is it safe to reset?

Someone installed mysql and a web app is using it and we do not know the password. Not mission critical, it can be down overnight as long as it's up by 8am.
I've seen a few links on resetting passwords - I'd like to try this: http://www.mydigitallife.info/2006/04/23/reset-the-root-password-of-mysql-server/
The thing is, I am not a mysql admin, just a developer. Is this safe to try?
Thank you all!
I strongly suggest against using MySQL root accounts for web applications. Any hole in your code could expose your database to a unacceptable risk. If your application is using a root password, please continue reading. Otherwise, just reset the password from your root account (and change the web app configuration to use the new password).
Yes, the method described there is safe to be used. Do not forget to remove that SQL file immediately after you've run it and change the passwords inside the applications. Before doing this reset, you might want to deny access to your webapp to avoid information disclosure (e.g. errors about unestablished database connections).
If a web app is using the database, it must have the password stored somewhere. For typical PHP web app, the password is most likely sitting in a config file.
I would explore that first before resetting the password in mysql side. Since, you will have to update web app anyway, it can't hurt to look there first.

How to access phpMyAdmin on remote server

For my websites I use Dreamhost. Dreamhost requires you to create a hostname (ex: mysql.mclindigital.com) that the database will reside on. For me it's simple, if I want to access phpMyAdmin, I simply navigate to mysql.mclindigital.com, and it enters into phpMyAdmin automatically.
Apparently Dreamhost is in the minority using this method, because most people seem to use "localhost". So, how do I access phpMyAdmin for these websites? Will I need to get their Web Panel login info to browse around for this info?
As an example, I had a past client and I had to go here: http://216.120.237.104:2082/3rdparty/phpMyAdmin/index.php to get into their phpMyAdmin. I never really understood what I was doing, but it just worked. Now I am in the same situation, but this time the client isn't as tech-savvy and is unable to give me the URL I need to go to.
Also, I should point out I am not 100% certain that they have phpMyAdmin installed. I do know they have a database however, because they are running a Wordpress Blog.
There is nothing magic or special about phpMyAdmin. It is just
a bunch of php scripts.
Some webhosts(Such as dreamhost) may install it as standard
similary to formmail and a bunch of other tools they may install.
Your problem is most likely that you client don't have
phpMyAdmin installed, and the easy solution(If you have ftp access)
is to go to http://www.phpmyadmin.net/home_page/index.php download
phpMyAdmin, configure it and then just upload it to their ftp server
your self. Then you can acces it similary to any other php script.