Making WordPress.org


Ignore:
Timestamp:
01/18/2016 09:11:31 PM (9 years ago)
Author:
stephdau
Message:

WordPress.org SSO: new custom template handling for login experience.

See #1524: wporg-sso part of the work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/common/includes/wporg-sso/class-wporg-sso.php

    r2166 r2314  
    2121        public function __construct() {
    2222            $this->sso_host_url   = 'https://' . self::SSO_HOST;
    23             $this->sso_login_url  = $this->sso_host_url . '/wp-login.php';
     23            $this->sso_login_url  = $this->sso_host_url . '/';
    2424            $this->sso_signup_url = 'https://wordpress.org/support/register.php'; // For now
    2525           
Note: See TracChangeset for help on using the changeset viewer.