Page MenuHomePhabricator

Auth - restore Phabricator OAuth as a provider
ClosedPublic

Authored by btrahan on Jan 8 2015, 11:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 15, 3:46 AM
Unknown Object (File)
Wed, Sep 4, 7:04 PM
Unknown Object (File)
Aug 27 2024, 1:41 PM
Unknown Object (File)
Aug 27 2024, 10:20 AM
Unknown Object (File)
Aug 21 2024, 7:15 AM
Unknown Object (File)
Aug 19 2024, 5:40 PM
Unknown Object (File)
Aug 18 2024, 12:16 AM
Unknown Object (File)
Aug 14 2024, 11:44 PM
Subscribers

Details

Reviewers
epriestley
Maniphest Tasks
Restricted Maniphest Task
Commits
Restricted Diffusion Commit
rP2be746fb1f3a: Auth - restore Phabricator OAuth as a provider
Summary

So meta it hurts. Fixes T887.

Test Plan

created a second instance of phabricator locally. made an account on oauth server phabricator. set up my normal dev phabricator to use this new oauth phabricator. noted the form worked. created an account via the oauth method and it worked.

Diff Detail

Repository
rP Phabricator
Branch
T887
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 3700
Build 3711: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

btrahan added a task: Restricted Maniphest Task.
btrahan retitled this revision from to Auth - restore Phabricator OAuth as a provider.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.
epriestley edited edge metadata.
epriestley added inline comments.
src/applications/auth/provider/PhabricatorPhabricatorAuthProvider.php
15

I think there's a way to do this in two stages, but we can clean that up in the long run. I think this is reasonably clear.

This revision is now accepted and ready to land.Jan 8 2015, 11:50 PM
btrahan edited edge metadata.

Make things two steps and re-jigger hint text a bit. I think its betterish now.

This revision was automatically updated to reflect the committed changes.