If Multi-Pass is used why does Tender allow other login credentials?

bauer's Avatar

bauer

10 Feb, 2010 05:06 PM

I have Multi-Pass on, yet when a login is needed it doesn't go to my login page right away. Instead it show a Tender login page that allows for Tender login credentials to be used? Should it just go to my login page and only use Multi-Pass credentials?

  1. 1 Posted by dan on 10 Feb, 2010 06:34 PM

    dan's Avatar

    for our tender we've put in custom css to hide all the the tender login stuff:

    /* don't let folks get confused by profile setting or "Not you", tender login */
    #superheader ul.gnav li.user_nav-notyou {
      display: none;
    }
    
    #superheader ul.gnav li.user_nav-myprofile {
      display: none;
    }
    
    
    #superheader p.welcome .welcome-createaccount {
      display: none;
    }
    
    .private-notification .columns {
     display: none;
    }
    
  2. 2 Posted by rick on 10 Feb, 2010 09:49 PM

    rick's Avatar

    Do you have a custom login url setup (in Site Settings)? It passes a ?to parameter that your host application can use to return the user back to the Tender page that they were on.

  3. Will closed this discussion on 18 Aug, 2010 10:10 PM.

Discussions are closed to public comments.
If you need help with Tender please start a new discussion.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac