Re: [Arsperl-users] Can you change the remedy user's password in ARSperl?
Brought to you by:
jeffmurphy
|
From: Thilo S. <thi...@ap...> - 2007-07-31 19:13:23
|
If it works in the User Tool (which it might or might not do, depending on the field/entry permissions of the "Group" form), it should work via ARSperl as well: ars_SetEntry( $ctrl, $entryId, 0, 102 => 'new_password' ); Regards, Thilo Jeff Murphy wrote: > Van De Kerk, David - PHX wrote: >> >> Hi, >> >> I am very new to ARSperl. >> >> Is it possible to change the password of the user you log in with? >> > > > I've never tried it via Perl, but you should be able to change the > password by setting the appropriate record/field in the User form. > > jeff > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users > |