Do you know the best way to implement administrators' login

Last updated by Brady Stroud [SSW] about 2 months 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 2. 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

Adam Cogan
We open source. Powered by GitHub