Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

access based on time #201

Open
dadinugroho opened this issue Mar 3, 2019 · 1 comment
Open

access based on time #201

dadinugroho opened this issue Mar 3, 2019 · 1 comment

Comments

@dadinugroho
Copy link

I see there is an IP based access control in this extension. Is there any plan to add time based access control as well?

The rationale is to control the staffs so that they cannot gain access not on office hours. IP based control is enough but some of my clients do not have static ip addresses.

It would be perfect user management extension.

@Mackiavelly
Copy link

u can self write this function

['user', 'validateTimeRange'],
...
public function validateTimeRange() {
		//check code if no valid
		$this->addError('user', 'No valid time range');
	}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants