SkinMD

Sign in and your profile

Sign in with email and password, finish the profile checklist, and update display name and password.

3 min readUpdated 2026-09-14

SkinMD uses email and password authentication. Sessions are tracked in the portal_sessions table and can be revoked by an admin from the platform screen.

First sign-in

  1. 1Open /auth/sign-in from the home page.
  2. 2Enter the email and password your clinic admin created for you.
  3. 3If your clinic uses SSO (Enterprise plan), click “Sign in with SSO” instead.
  4. 4You land on the dashboard (clinicians) or the admin console (admins).

Updating your profile

From the admin console, open Settings to change your display name or password. Profile updates are written through the updateProfileAction and changePasswordAction server actions.

Signing out

Use the Sign out action in the admin top bar. Your session row is removed from portal_sessions immediately, and any device that tries to reuse the same cookie will be redirected back to the sign-in page.

If you suspect your account is being used by someone else, ask your clinic admin to revoke active sessions from Admin → Platform.

Need more help?

Email support@skindmd.com or open a chat from the portal during clinic hours.