Do you know the best way to implement administrators' login

Last updated by Unknown over 11 years ago.See history

When administrators need different credentials to login to a SharePoint site, there are different ways to implement it.

  1. Obvious "Login" link for administrators:

LoginLink Bad example: Obvious 'login' link for administrators

  1. Use little dot for a hidden link:

HiddenDotLink Bad example: little dot for a hidden link

  1. Use /admin/ to let administrators to login (WordPress nearly got it right with /wp-admin/):

AdminURL Good example: Use /admin/ URL for administrators

We open source. Powered by GitHub