#15 Use self.basepath when constructing Other authentication methods urls
Merged 8 years ago by puiterwijk. Opened 8 years ago by rcritten.
rcritten/ipsilon login_stack  into  master

file modified
+3 -1
@@ -184,7 +184,9 @@ 

          if other_login_stacks:

              other_stacks = list()

              for ls in other_login_stacks:

-                 url = '%s?%s' % (ls.path, self.trans.get_GET_arg())

+                 url = '%s/login/%s?%s' % (

+                     self.basepath, ls.path, self.trans.get_GET_arg()

+                 )

                  name = ls.name

                  other_stacks.append({'url': url, 'name': name})

  

no initial comment
Metadata