Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
b0d8b2a2
Commit
b0d8b2a2
authored
May 20, 2001
by
Per Cederqvist
Browse files
(set-passwd): old-pwd must match the password of the currently logged
in person, not of the person whose password is being changed.
parent
84304088
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/Protocol-A.texi
View file @
b0d8b2a2
...
...
@@ -3124,11 +3124,11 @@ and privilege level set to 6 or higher.
new-pwd : @lt
{
HOLLERITH
}
)) -> ( );
@end example
This call is used to set the password of
a person. Providing
@rarg
{
old
-pwd
}
matches @rarg
{
person
}
's o
ld
password
, that person's
p
assword is changed to @rarg
{
new-pwd
}
. Any person may set it's own
password
. In addition persons with sufficient privileges may set other
persons' passwords
.
This call is used to set the password of
@rarg
{
person
}
to
@rarg
{
new
-pwd
}
. Any person may set it
's o
wn
password
. In addition
p
ersons with sufficient privileges may set other persons' passwords.
The
password
of the person currently logged in must match
@rarg
{
old-pwd
}
.
@reqexample
@example
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment