|
|
const minPasswordLength = configManager.getConfig('crowi', 'app:minPasswordLength');
|
|
const minPasswordLength = configManager.getConfig('crowi', 'app:minPasswordLength');
|
|
|
router.post('/', registerRules(minPasswordLength), registerValidation, addActivity, async(req: FormRequest, res: ApiV3Response) => {
|
|
router.post('/', registerRules(minPasswordLength), registerValidation, addActivity, async(req: FormRequest, res: ApiV3Response) => {
|