mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
feat: validate country code and phone number in user registration.
This commit is contained in:
@@ -144,5 +144,17 @@ export default {
|
||||
duration: 60,
|
||||
blockDuration: 60 * 10,
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
* Users registeration configuration.
|
||||
*/
|
||||
registration: {
|
||||
countries: {
|
||||
whitelist: [
|
||||
'LY',
|
||||
],
|
||||
blacklist: [],
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user