I'm supporting a lot of old Access Reports and one of the reports authenticates its users against a Microsoft Access Workgroup Information file (Secured.mdw file).
Now, one of the users forgot his password and I need to reset it for him.
I'm not the creator of that Secured.mdw file but I can open it and view the users.
This is what I've tried so far:
Step 1:
Opened the database by double clicking the Secured.mdw file
Step 2:
Viewed the Users. (For eg: I want to change password for user: bandaj1)
Step 3:
File -> Users and Permissions -> User and Group Accounts
Step 4:
I can't locate bandaj1 user. In fact, I can't locate any user other than admin user. š©
Am I even heading in the right direction?
Please suggest on how to go about changing password for users in Access Workgroup Information file.
I finally figured this out. The part that I was missing was that I had to specify which database to open with this .mdw file
Step 1:
Open the MyApp.mdb database using the .mdw file using this command:
"C:\Program Files (x86)\Microsoft Office\Office16\MSACCESS.EXE" "C:\Program Files\MyApp\MyApp.mdb" /WRKGRP "C:\Program Files\MyApp\Secured.mdw"
Step 2:
Log in using Admin credentials:
Step 3:
File --> Users and Permissions --> User and Group Accounts
Step 4:
Find the user whose password you want to reset. For eg: I'm going with bandaj1 here.
Now hit Clear Password button.
Click Ok and close the file.
Step 5:
Tell bandaj1 user to login without a password and tell them to set their own password.
Step 6:
bandaj1 user logs in successfully without a password now:
Step 7:
bandaj1 user goes to File --> Users and Permissions --> User and Group Accounts to setup a new password.
Step 8:
bandaj1 user selects Change Logon Password tab. And sets a new password:
bandaj1 user hits Apply and Ok to close the widow.
Step 9:
bandaj1 user's password is successfully reset, and he'll use the password he set in Step 8 to log in next time.
Related
I just added the Security to Jenkins.
Jenkinsā own user database enabled
Matrix based security configured
Now i'm configuring and installing the Role matrix plugin.
In case someone want to change his password he just have to login, click on this user configuration and change his password, what if they forgot their password or if I want to change their username?
What is the standard procedure to follow bt the administrator in order to reset change his password, or at least delete and recreate the user?
What if the admin want to change a username? is there any standard way to do it?
Thanks
If you are the admin you can change password of any user through
'People' --> 'Select_any_user_listed' --> 'Configure' --> 'Password'
Just erase the old password and write a new one there.
if you want to delete a user go to:
'Manage Jenkins' --> 'Manage Users' --> 'press the red button corresponding to the user'
or go to this url:
http://<jenkins.url>/user/<username>/delete
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.
I m admin of a Umbraco CMS, we don't have access to code.
A user changed his password and forget. I tried to log in as admin and resetting passwrod but I just discovered that link is not working.
Can you please guide how I reset password for that user ? Even there is no link if forget password. Is there a way to reset in DB without modifying configuration files ?
EDIT
attaching screen short. In admin panel under Users section Change Your Password link is not working. Please see its highlighted areas.
In the admin interface go to the user section select the user in the user navigation tree and click the change password link(is it this link that is not working?), which should show two new text boxes "change password and confirm password" remember to hit save when done.
It can be done using the database as well change the hashed password in the umbracoUser table to a hash of a password that you know. This forum have some ideas of hashed passwords.
http://our.umbraco.org/forum/using/ui-questions/4790-ouch-forgot-admin-password-how-to-reset?p=2
I'm trying to create a new user in MODX REVOLUTION 2.3.0 but for some reason, the user cannot access the manager area. I tried to clear every bit of cache as well as to made sure the password is created by the system (email has been sent) and the user belongs to the Users Group.
Strangely, when looking at the user settings, it says that the user has made some 10 logins, but in reality, he has not.
When I type a wrong password, I get the wrong password error message, when I type a correct password, the input field gets cleared and nothing else happens.
Any idea how to solve this?
Thanks.
It seems that user don't have access to mgr context. Any user needs Ā«framesĀ» permission to get access to the manager.
Try to update user's data and make him a sudoer. It'll help to understand if wrong permissions cause the problem.
Exactly. Like #proxyfabio said, he needs access to the manager. To at least asses if the user login works, give him temporary SUDO rights. If that works, work your way from the ground up.
Make sure an Access Policy Template and Access Policy is created. Make sure the policy contains "frames" and is checked at the Policy Template edit screen. Next, PLEASE, make a separate Role, like "Customer". Go into the Aministrator group (or again, PLEASE, create a Customer group) and head on over to the Users tab. Add the User to the group with the Role Customer - "your level" (I usually use increments of 500 or 1000).
Under Context Access, add the user to the mgr context with the specified role and your Customer policy. Do the same for web if you with to avoid any in depth issues.
Finally, save your settings, flush your permissions, clear your cache and optionally flush your sessions table (you can also delete cookies for the browser you're using). When you've done all that, create an Incognito tab in Chrome or Firefox to avoid issues and try the login again.
I have somewhat the same issue if I try login a duplicate manager user from an android phone, the login count goes up, wrong password gives error and correct password just refresh the login page.
However logging in from a computer works. Initially it didn't...
Here are my steps:
Duplicate manager user
Set new password
Login fails
Click forget login for e-mail
Login successfully (computer) with the new generated password
Change original password to original password!? :D
Login works everywhere except my phone
I'm using OSX and I wanted to change my username, so I followed the official Apple directions and used mv to change the name of my directory in /Users, then created a new user from the Users & Groups menu with the same name.
The name change was successful and I've retained my documents and apps but for some reason my computer doesn't think rails is installed.
Do I have to add something back to a path variable?
Edit: Brew Doctor revealed that it seems to be an ownership issue and told me to chown several directories in usr/local/
Are there any other important directories I should change the ownership on? I thought creating the new user would have done this for me.
Thanks
Make sure you've enabled root user.
From the Apple menu choose System Preferences.
From the View menu choose Users & Groups.
Click the lock and authenticate as an administrator account.
Click Login Options.
Click the "Edit..." or "Join..." button at the bottom right.
Click the "Open Directory Utility..." button.
Click the lock in the Directory Utility window.
Enter an administrator account name and password, then click OK.
Choose Enable Root User from the Edit menu.
Enter the root password you wish to use in both the Password and
Verify fields, then click OK.