문제

We have some need to allow self-registration with ClearQuest for some database. We have integrated CQ with LDAP. Appreciate your ideas on the same.

One way i thought is too have link in CQ startup screen for self-registration which will get all relevant info from user and via perl create new account in CQ.

도움이 되었습니까?

해결책

Implemented below.

Allow user to login with special username used only for new user requests

The users only has permission to submit a new record of type "UserRequest" which is a stateful record type that contains fields that user can enter data in for their new user request. You can also restrict the user from creating or running any queries putting them in restricted mode.

Submit action will triggers creating new user, sends mail and move this to close state.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top