I believe by default the SiteCore initial password for 8 is admin/b. What is the default password for SiteCore 9.1?
I have installed it in Azure and not able to reset the password, its giving an error saying Mail server settings has not been configured. Password recovery is not possible.
If you haven't looked,
https://sitecore.stackexchange.com/questions/15260/is-sitecore-9-1-admin-password-no-longer-b
https://sitecore.stackexchange.com/questions/16643/what-is-the-default-password-in-sitecore-9?rq=1
By the way, you need to check the Sitecore community forums for any queries/references.
https://sitecore.stackexchange.com/questions/1689/how-can-i-connect-with-the-sitecore-community
Related
I recently installed Opencart-3.0.3.6 on my ubuntu machine with apache, PHP 8.0 by following this tutorial everything was good but when I tried to access mydomain.com/admin I entered my username/password but I keep on getting an error "No Match for Username and/or Password"
I validated a couple of times if there is any mistake while setting and entering username and password but nothing was wrong with my credentials.
I have also tried installing opencart 4.0 on my local machines (mac, windows) but I faced the same issue. The instructions that I followed are pretty standard given in the documentation of opencart. Thank you in advance.
I have installed Sitecore 10 on my local machine for development but have forgotton the master admin password. So now I am not able to log into sitecore from the browser.
I would like to know about how to reset this admin password.
Please give me detailed steps and not just a update query from other posts which I have tried and it has not worked.
Thanks a ton in Advance :)
You can do it programmaticaly or reset it in the SQL database, but with SQL that depend on the hash algorithm configured. Therefore your previous scripts may not work, programmatically works independently of the hash algorithm.
Programmatically reset password to b:
string userName = "sitecore\\admin";
var user = Membership.GetUser(userName);
user.UnlockUser();
user.ChangePassword(user.ResetPassword(), "b");
See for compleet ready to use script:
http://www.stockpick.nl/english/how-to-add-a-sitecore-admin-programmatically/
https://github.com/jbluemink/Sitecore-Admin-Scripts-for-Development-and-Deploying
I have tried to install Drupal 7.x on AWS by using cloudformation but after the installation, while connecting to the RDS admin the administrator email is not updating.
In the users table,enter image description here I am able to find all the schema that I have given while installing the Drupal site except for mail(Default). The mail field is filled up with "admin#example.com", and I am unable to find my email in the table. Due to this result, am unable to reset my password and also create new users. New users also don't receive emails from the admin.
I am able to see my email in the Drupal site but in the database, I see "admin#example.com" (the default value). What could be going wrong here?
I'm trying to reset the CFAdmin password on a CF11 Enterprise server that has multiple CF instances running on the same server. The admin password on one of the instances is unknown, so we're trying to recover/change to a known password.
I've tried using the passwordreset.bat provided by Adobe, but after restarting the instance with lost admin password, that didn't work.
I also tried disabling the password all together to access the admin console per adobe. This gets me into the admin console temporarily, but I'm not able to actually change the password since I don't know the old password. Leaving the old PW blank, fails too. This is not a viable long-term option, we must have a password.
I even tried editing the password.properties file to type a password and set encryption=false, but that didn't work either.
I think I've exhausted all the standard ways to reset the password to no avail. Is there something else that I should do because it's a multi-instance setup? Is there some way to point it to the specific instance I want to change?
I just created an Azure VM using the Windows 8.1 image in the Marketplace. During the creation process I provided a username and password.
After the VM has been created I press connect and try and login via MSTSC - using the credentials that I just entered (with a slash to remove the domain).
But I keep getting 'Your credentials did not work'. What have I done wrong? This procedure has worked for me in the past.
Furthermore, when I review the users of the VM through the portal, I only see 'Subscription admins' containing my Microsoft ID. I can't login using my Microsoft ID either.
First of all, I don't know why someone downvoted this question. It was legitimate, it also happened to me and I reached this post while trying to find a solution.
Currently I found it. I created a Windows 8.1 VM in Azure and, after providing a username and password, I was getting the 'Your credentials did not work' message when giving them.
I tried some variants and I finally got sucessfull by adding the machine name as the domain (as the user I created is local, it makes sense).
e.g. if your machine is xpto.cloudapps.net, try logging using "xpto\username" as your username.
It worked with me.
After installing Domain in the server, you need to login with domain name.
like
domainname\user
That will resolve the issue