Difference: 0LASubrUtilChgAuxPass (1 vs. 2)

Revision 22012-02-27 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="APPXRuntimeSubroutineAPI"

.UTIL CHG AUX PASS

Line: 24 to 24
  <new_aux_password> is the desired new password for the user. You can pass a blank field to remove the auxiliary password.
Added:
>
>
Also see .UTIL ADD USER and .UTIL CHG USER.
 

Comments:

Read what other users have said about this page or add your own comments.

Revision 12012-02-21 - JeanNeron

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="APPXRuntimeSubroutineAPI"

.UTIL CHG AUX PASS

This subroutine changes the auxiliary password for the specified user.


Usage:

      PASS         <user_id>                  FIELD            SHARE? N
      PASS         <aux_password>             FIELD            SHARE? N
      PASS         <new_aux_password>         FIELD            SHARE? N
      GOSUB    --- .UTIL CHG AUX PASS
      *        Check for errors
      IF       --- .UTIL CHG AUX PASS         NE

Description:

This subroutine changes the auxiliary password for the specified user. All parameters are required, if any are missing the subroutine will CANCEL.

<user_id> is the 3 character Appx User Id for which you want to change the password (Required).

<aux_password> is the current auxiliary password for this user (Required). You can pass a blank field if the user does not currently have a auxiliary password.

<new_aux_password> is the desired new password for the user. You can pass a blank field to remove the auxiliary password.

Comments:

Read what other users have said about this page or add your own comments.


<--/commentPlugin-->

-- JeanNeron - 2012-02-21

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback