No Matach for Username and/or Password - OpenCart (3,4) admin login not working - opencart

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.

Related

Drupal AWS EC2 Instance Error - Access Denied

I followed the AWS guide on how to set up Drupal on AWS, everything installed fine and the command line is working well.
It's the basic site and set up with nothing custom.
I can access the site fine following the guide but when I try to log in I get the below error:
To log in to this site, your browser must accept cookies from the domain ec2-XXX
After Googling, it mentions a patch could fix it but I can't seem to get it working.
Any help is appreciated! Thanks
Turns out I just needed to Open on Safari - I was already logged into the site!!
Must be an actual Chrome cookie issue, clean up those crumbs people!
Leaving in case someone needs the help....

OpenCart Local Login

I have OpenCart on my laptop. There is a Bitnami file in my C drive and inside it is a file called "opencart-3.0.3.6-1". Inside this file are many files.
When I type this number into the address bar: 127.0.0.1:81, a screen comes up with Bitnami at the top and "Awesome! OpenCart is now installed." Underneath it says "Access OpenCart". When I click Access OpenCart, a page comes up with "Your Store" at the top and some random products like phones and monitors for sale. So this must be OpenCart on my laptop.
I don't know what to do next. I want to get to a dashboard or somewhere I can edit this page with my own products but I don't know how to get to there. When I type this "http://127.0.0.1:81/opencart/admin/" into the address bar, I get a login screen asking for username and password but I don't have a username or password. Can anyone tell me how I can acquire a username and password? Thank you!
When installing you should have seen a pre-installation check screen followed by a configuration screen, where you would be asked to enter the database name, database user, password etc, as well as choosing an administrator username and password.
If somehow you managed to install it without doing those things, then you need to open up your database using something like MySQL Workbench of phpMyAdmin and navigate to the user table (default oc_user). There you would be able to see the administrator user, password and salt. The password will be encrypted.
According to this page you can reset the password by following the instructions supplied. Good luck!

Sitecore 9.1 initial Password in Azure

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

Django Web Application Access Active Directory

I am trying to get user's Active Directory information on the local intranet network, from an Django Web Application.
What I want: ** When Users/Client log on to the website, they can see their various details from the Active Directory **
If the users have already entered their username and password when turning on their PCs. So they shouldn't need to do it again.
How can I make it so that users are able to enter their website without entering their username and password?
The Django project has a Remote-Auth middleware: https://docs.djangoproject.com/en/2.0/howto/auth-remote-user/
This Q from 2014 talks to using this with Python 2.7 (and I'd expect Django 1.x), but I can't see this changing too quickly from previous versions:
Django authenticate using logged in windows domain user

'Your credentials did not work' in MS Azure

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