Support Forums
Windows 9x
Windows Me
Windows NT
Windows 2000
Windows XP
Windows 3.1
Linux
General Hardware
Security and Virus
Programming
PDAs
CPUs/Overclocking
Networking
BeOS
Novell Netware
OpenVMS
Solaris
DOS
Unix
Mac
OS/2

FAQs

Drivers
Driver Links
Driver Detective
Driver Forum

Buy Upgrades

B2B Resources

E-mail Lists

My Computing.Net

Novice Section

Site Search

Desktop Search

Message Find

Howtos

Install Guides

About

Thanks



Reply to Message Icon Go to Main Page Icon

Subject: How to change user password ?

Original Message
Name: Will
Date: April 19, 2002 at 02:07:02 Pacific
Subject: How to change user password ?
Comment:
I'm very new to VMS and need to know how to change a users password. The user has forgotten his current password. I have the operator login.

Report Offensive Message For Removal

Response Number 1
Name: Ricochet
Date: April 19, 2002 at 11:30:23 Pacific
Subject: How to change user password ?
Reply:
$ set pass (Return)
old pass
new pass
retype new pass

use "help set" for more information.


Report Offensive Follow Up For Removal

Response Number 2
Name: ME
Date: April 19, 2002 at 13:00:19 Pacific
Subject: How to change user password ?
Reply:
$ SET DEFAULT SYS$SYSTEM

$ MC AUTHORIZE

UAF> MODIFY username /PASSWORD=newpass /PWDEXPIRED

But you need more than OPER privilege to do
this.


Report Offensive Follow Up For Removal

Response Number 3
Name: jeratl
Date: May 15, 2002 at 14:24:04 Pacific
Subject: How to change user password ?
Reply:
Take response number 2. We are talking about a users paswword. That runs by the SYSUAF file. The last qualifier will force the user to change the password once he enters the system.

Report Offensive Follow Up For Removal

Response Number 4
Name: Partha Pramanick
Date: June 01, 2002 at 03:25:43 Pacific
Subject: How to change user password ?
Reply:
I loged as a admin, now I want to change the password of a user. If I want to create a new user. How can I create it. If I want to change the password of a user in the Linux server. How can I change it.

Report Offensive Follow Up For Removal

Response Number 5
Name: Richard
Date: June 21, 2002 at 11:38:34 Pacific
Subject: How to change user password ?
Reply:
The following is a utility that was written by my predesor and works very well.
It is a one button tool that makes the


1. make entry in login.com of operator console

$ DEFINE/KEY/NOLOG/TERMINATE/NOECHO PF2 "@sys$system:CUPS"

Note:one line

this modifies the "/" key on the numberical key pad which becomes the PF2 key when you run a VMS emulator.

Set def sys$sys$system

Create file CUPS.COM (this is Change User Passwords)
and cut and past the listing below.

It will prompt for what the user's login is
then prompt for a password
Then executes the command you do not have to enter authorize (very dangereous because of VMS will corrupt the file if two people are in authorize at the same time).

$ TYPE/PAGE NL:
$ SET DEFAULT SYS$SYSTEM
$ WRITE SYS$OUTPUT "Changing UAF record password"
$ WRITE SYS$OUTPUT ""
$ READ/PROMPT="Enter Username: " SYS$COMMAND USERNAME
$ SET TERMINAL/NOECHO
$ READ/PROMPT="Enter Password: " SYS$COMMAND PASSWORD
$ MCR AUTHORIZE MODIFY 'USERNAME' /PASSWORD='PASSWORD'/FLAGS=DISPWDHIS/NOPWDEXP
$ SET DEFAULT SYS$LOGIN
$ SET TERMINAL/ECHO
$ EXIT


Report Offensive Follow Up For Removal



Use following form to reply to current message:

   Name: 
 E-Mail: 

Subject: How to change user password ?

Comments:
         

 
  Homepage URL (*): 
Homepage Title (*): 
         Image URL: 
 




Deciding Whether or Not to Use Linux

Windows Me Forum

Off-Topic Forum


 

The information on Computing.Net is the opinions of its users. Such opinions may not be accurate and they are to be
used at your own risk. Computing.Net cannot verify the validity of the statements made on this site.