Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change the Username and password 2

Status
Not open for further replies.

jaylek

Technical User
Jul 29, 2002
139
OM
Hello,

How can we change the Username and password with authority level 7(default) to some other user name and password.I have only this username and password.

VERSION=LZY2035151/6/BC10CNA140/R2A.

Thanks.

 
IOPWC will only change the password for the level 7 IPU logon.

If you want another lugon name for the NIU try

IOUAI:AUTH=?,PSW=????????????,NAME=??????????;

The first time you log on using this new user name you will be asked to change and confirm the password, it is ok to use the same password that you originaly set.

The PSW parameter may be omited and will default to HELP.

 
Hello,

What I want is I want to change the DEFAULT username and password (MDUSER AND HELP), If this is not possible Atleast I want to change the authority level of MDUSER AND HELP (Now it is 7)to some low level eg. 2.
Regards
 
Hi the commands you need are below...

To print user account...
IOUAP;

To initiate a new level 7 account...
IOUAI:NAME=aname,PSW=topsecret,AUTH=7;
IOUAP;
Log on to verify this new account...

To Remove an account...
IOUAE:NAME=MDUSER;

Or...
To change a user account...
IOUAC:NAME= [,PSW=][,AUTH=][,DATE=][,DESC=];

The optional parameters...
DATE= is the expiry date for the account
DESC= "is a text description of the account"

Make sure that you have at least one working level 7 account!


Regards
 
Hai Isinor,
I tried to remove the default account (MDUSER, HELP)
It is showing like this

<IOUAE:NAME=MDUSER;
NOT ACCEPTED
CANNOT REMOVE DEFAULT ACCOUNT.

Any help?

Regards
Jaylek.
 
&quot;MERRY CHRISTMAS AND HAPPY NEW YEAR TO ALL&quot;

Jaylek
 

To jaylek,

To change the MDUSER account you need to follow special instructions, as it is the default account.

First you have to logon as MDUSER...

Than with IOUAC:NAME=MDUSER,NNAME=NEWNAME; change the account name to something else
(in this case &quot;NEWNAME&quot;).

Than with IOUAC:NAME=NEWNAME,PSW=SECRET; change the password to something else
(in this case &quot;SECRET&quot;).

In this two steps, the MDUSER account with password HELP is converted to the NEWNAME account with password SECRET.

/mduser
 
Hai mduser,

Thanks for ur reply.

Jaylek.
 
amazing! Thank you. Why I can not find such an important parameter (nname) in Alex?
 
Hai MDUSER,

I tried the procedure u mentioned but not working.Could u please look into this matter?<IOUAC:NAME=MDUSER,NNAME=NEWNAME;
NOT ACCEPTED
TOO MANY PARAMETERS ENTERED

This is the message I am getting.

Regards,

JAYLEK.

 
To Jaylek,

NNAME parameter doesn't allow in BC10. This parameter comes with BC11.But you can change the default user's password by
IOUAC:NAME=MDUSER,PSW=XXXX; in BC10
 
Hai Mustafa,

It works, thanks

Jaylek
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top