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

Authorization (Authentication?) Problems #166

Open
mikeholler opened this issue Mar 18, 2014 · 5 comments
Open

Authorization (Authentication?) Problems #166

mikeholler opened this issue Mar 18, 2014 · 5 comments
Assignees

Comments

@mikeholler
Copy link

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.

@wwforg
Copy link
Member

wwforg commented Mar 18, 2014

I just tried and it worked for me, so that's kind of weird. We'll talk tomorrow

@mikeholler
Copy link
Author

Yep, sure thing.

@mikeholler
Copy link
Author

Putting this here for when we talk tomorrow. Should 'verifyUser:$user' be single quoted? Is $user an actual variable?

Route::get('user/{user}/project/{project}/editor',
    array('before' => 'verifyUser:$user',
        function($user, $project)
        {
            return View::make('editor', ['user' => $user, 'project' => $project]);
        }));

@wwforg
Copy link
Member

wwforg commented Mar 18, 2014

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.

@mikeholler
Copy link
Author

Awesome @wwforg, just open a pull request when you get time and I'll work it in.

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