Changeset 4253

Show
Ignore:
Timestamp:
11/12/07 03:10:10 (1 year ago)
Author:
ionrock
Message:

The complete portion of the openid process needed dev.amp.fm for the
base url.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/nuxleus/Scripts/openid/gateway/openidgateway/__init__.py

    r4251 r4253  
    119119        sess = environ['beaker.session'] 
    120120        set_template(environ, 'login.xslt') 
    121         params = {'base_uri': self.base_url} 
     121        # params = {'base_uri': self.base_url} 
     122        params = {'base_uri': 'http://dev.amp.fm'} 
    122123 
    123124        headers = [('Content-Type', 'application/xml')] 
     
    164165               onclick="if (this.value == 'Authenticate w/ OpenID') this.value = ''; return true;" 
    165166               onblur="if (this.value == '') this.value = 'Authenticate w/ OpenID'; return true;" /> 
    166         <input type="hidden" name="return_location" value="http://ionrock.org" /> 
     167        <input type="hidden" name="return_location" value="http://dev.amp.fm" /> 
    167168        <input id="openid-submit" class="single-input-submit" type="submit" value="Login" /> 
    168169        </form>''' % self.base_url