Resource: Member, Field : MemberPassword
Description
MemberPassword permission access is only allowed for CRMLS or AOR administration.
Error Messages
1) ERROR, administrative level permission is required to alter a member password.
Fields referenced within this rule
Syntax with comments and error messages
//[ErrMsg1^ERROR, administrative level permission is required to alter a member password.|LogicBlk1^TRUE|LogicBlk2^FALSE]
// Action is 'Update/Change' and user permision access is CRMLS or AOR administrator or...
((/*[LogicBlk1]*/.UPDATEACTION..IN.('Change')).AND.(/*[LogicBlk2]*/.USERCLASS..IN.('BANGG','BANGP','BANGN','BANGQ'))).OR.
// action is 'Insert/Add'.
(.UPDATEACTION..IN.('Add'))
Syntax only
((.UPDATEACTION..IN.('Change')).AND.(.USERCLASS..IN.('BANGG','BANGP','BANGN','BANGQ'))).OR.(.UPDATEACTION..IN.('Add'))
Rule Unique ID
b5fbe9fa-daa7-495c-bc15-bd77ff946fce
Rule Number
11