-
Notifications
You must be signed in to change notification settings - Fork 15
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
Authorization (Authentication?) Problems #166
Comments
I just tried and it worked for me, so that's kind of weird. We'll talk tomorrow |
Yep, sure thing. |
Putting this here for when we talk tomorrow. Should Route::get('user/{user}/project/{project}/editor',
array('before' => 'verifyUser:$user',
function($user, $project)
{
return View::make('editor', ['user' => $user, 'project' => $project]);
})); |
This issue and the SSH key issue #167 were both stemming from a rather stupid error. When I was testing multiple organizations, I set the organization in the config file to a test organization of which I was the only member. I have corrected this issue, and so everyone is able to login presuming that they have either a clearly public or private email. |
Awesome @wwforg, just open a pull request when you get time and I'll work it in. |
Will, just so you know I cannot log into the application hosted on the server. Don't know what's wrong. Everything I try has me coming back from GitHub's login prompt to the TeamworkEnglewoodGit login page. Weird. I can share with you tomorrow. Please do not feel obligated to put any additional effort into this tonight, as I think everyone recognizes that you've been working very hard on this.
The text was updated successfully, but these errors were encountered: