"The member's email address is not allowed for this project. Go to the Admin area > Sign-up restrictions, and check Allowed domains for sign-ups.",
'email4@example.com':
"The member's email address is not allowed for this project. Go to the Admin area > Sign-up restrictions, and check the Domain denylist.",
},
status:'error',
};
constINVITATIONS_API_EMAIL_TAKEN={
message:{
'email@example.org':'Invite email has already been taken',
},
status:'error',
};
constMEMBERS_API_MEMBER_ALREADY_EXISTS={
message:'Member already exists',
};
constMEMBERS_API_SINGLE_USER_RESTRICTED={
message:{
user:[
root:
"The member's email address is not allowed for this project. Go to the Admin area > Sign-up restrictions, and check Allowed domains for sign-ups.",
],
},
status:'error',
};
constMEMBERS_API_SINGLE_USER_ACCESS_LEVEL={
constEMAIL_TAKEN={
message:{
access_level:[
'should be greater than or equal to Owner inherited membership from group Gitlab Org',
],
'email@example.org':"The member's email address has already been taken",
},
};
constMEMBERS_API_MULTIPLE_USERS_RESTRICTED={
message:
"root: The member's email address is not allowed for this project. Go to the Admin area > Sign-up restrictions, and check Allowed domains for sign-ups. and user18: The member's email address is not allowed for this project. Go to the Admin area > Sign-up restrictions, and check the Domain denylist. and john_doe31: The member's email address is not allowed for this project. Go to the Admin area > Sign-up restrictions, and check Email restrictions for sign-ups.",