Local host password in Wampserver - wampserver

I am working on a project that has previously been done by some other person,
I have copied all the server files in C:\wamp\www and then i started wampserver and clicked localhost it opened the window shown in image i have uploaded ,now it requires a password and login.
local host window image in wampserver

Check out the following link, this question was asked before.
How to log in to phpMyAdmin with WAMP, what is the username and password?
Btw, user= "root", password "",(just leave it blank).
On production, it is adviced to change root password or disable the root user and create other admin users.

If you don't have credentials, disable authentication from source code, and create new users, or regenerate with new credentials.

Related

Not able to login user with same credentials as imported database as it uses encrypt fields such as email

Due to some data related issues,I imported dev database to my local database that is running via docker however I am not able to login a user with same credentials that are working on dev server/database. I noticed that fields like email etc are using rails encrypt database field.
I am not able to login user with same username password ,if some one knows what might be causing it and a solution to it,that would be wonderful. Thanks in advance.

AWS connect change password for agent permission

Is there any way to provide change password option to agents, may be somewhere in the settings?
Currently I don't see that enable/disable permission option available for the agents.
On the AWS connect only option we have is forgot password and same can be used for resetting password too, following are the steps for that
Reset your agent or manager password
Use the following steps if you want to change your password, or if you forgot it and need a new one.
If you're an Amazon Connect agent or manager, at the login page,
choose Forgot Password.
Type the characters you see in the image, and then choose Recover
Password.
A message will be sent to your email address with a link that you can
use to reset your password.
Ref: https://docs.aws.amazon.com/connect/latest/adminguide/password-reset.html

Swift-Application with Login and offlinemodus

maybe this is for many of you a very simple question but I need some tipps.
I will create a app, which can be used online and offline. At the webserver is symfony with the FOSUserBundle used. Login and working in the webbrowser works very well.
My aim is:
Start the app on a iOS-Device. When the user are not be logged in, then the loginform from the application would be viewed. The login should be able to remember.
The app will after the login synchronize the data from the webserver with the device-database.
When the user didn't have a mobileconnection and he didn't log himself out, then the application should show the screen with his data. I mean this like the messenger from facebook.
All views on the mobiledevice are completely developed with swift. There is not a webview from the webserver.
Please can you give me for this a little tip, for what I have to search?
I search for FOSOAuthServerBundle but I dont think that I am on the right way.
What I did for my app with symfony as a backend:
having a controller in symfony which receives the login data from the app and check if the username and password are correct. After this confirmation, the controller is answering with the data I need in the app (json format)
in the app I save the username and password (I need this because if there is no connection to the internet I need to check the login against something).
It means, that every time the user logged in successful with internet connection, the username and password are saved.
in the app I save the json-response with key-archiving into documents folder.
the app always loads the json-file from documents folder, after the user logged in successfully.
So with internet connection:
1) check username and password against the FOSUserbundle in Symfony
2) save the username and password in the app
3) save the response as file into documents folder
4) let the app load its content from that folder
Without internet connection
1) check username and password against the credentials stored in the app from the last successful login with internet connection
2) let the app load its content from the documents folder

Default credentials for hue in hortonworks sandbox

I'm using Hortonworks sandbox. I cannot login to the hue using port 8000 since I don't know the password. Can some one tell me the default password and username for hue?
I've faced the same problem regarding users on hue platform. As this link says http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4/bk_installing_manually_book/content/configure_hue.html:
By default, the first user who logs in to Hue can choose any username
and password and gets the administrator privileges. This user can
create other user and administrator accounts. User information is
stored in the Django database in the Django backend
So for user management, you have to interact with Django backend. Changing the password for user hue can be done with the following steps:
login to hortonwork sandbox
go to /usr/lib/hue (base directory for hue platform)
execute build/env/bin/hue shell within that directory (that will enter you in the python console)
Execute the following python code:
from django.contrib.auth.models import User
user = User.objects.get(username='hue')
user.set_password('admin')
user.save()
That will change your hue's password to admin. More information can be found in this link http://gethue.com/password-management-in-hue/
Go to the Hortonworks sandbox homepage using the ipaddress and click on the 'close Advanced Options'. You will find all the default credentials there.

TFS Installation

I setup TFS today on my machine and whenever I try to go to the web access it keeps asking me for a username and password. It also prompts me for one when I try to administer security in the application tier.
I didn't select a username and password when I set this up and I tried my machines username and password but it won't work. To top it off, my machine does not have a password and it keeps telling me i have to enter a password.
Is there a default password or login that I need to know about?
I'm having a similar problem in Windows 8. I was unable to get it to work in Chrome (my default browser) but I was able to sign in through IE 10 using the same Live ID credentials used to log into the PC.
TFS only works with accounts that have a password.
Also, TFS only works with domain accounts, not machine accounts.

Resources