Registration and login
This article describes signing in to the deep.rent app: the Login start screen and the login / register sheet that opens from it, matching how the app behaves.
Login start screen
On the login screen you can:
- Login – opens the sign-in sheet. An internet connection is required; otherwise you see a warning.
- Register – opens the same sheet in new account mode (also online only).
- Forgot password – asks for your email and requests a password reset link to that address (check your inbox and follow the message).
- offline start (airplane icon) – only enabled when a valid offline session is stored on the device (your user and organization are already known locally). You can open the app without signing in online again. If there is no such session, the button stays disabled. For what works without internet and what does not, see Offline use.
You can also change language and open Terms and Privacy.
Sign-in sheet (after Login or Register)
Enter your email first. Behaviour differs slightly between web and the native app (iOS/Android).
In the browser (web): magic link
- Below the email you get a Stay signed in toggle (labelled e.g. Remember me for 1 year).
On: sign-in can be remembered for a long period (session cookie after magic-link verification, on the order of up to about a year).
Off: a shorter-lived session is used. - Continue without password (send magic link) requests a sign-in link by email.
After sending, a message confirms the login link was emailed. Open the link in the same browser to finish signing in.
In the app (iOS / Android): one-time code (OTP)
- There is no visible “remember me” toggle: on native, the login flow always uses the long-lived remember option for authentication (
rememberMeis always on for native). - Send verification code emails a 6-digit code.
- Enter it in the OTP control (or the fallback field if the OTP control does not load). You can resend the code and tap Verify to confirm.
Password instead of magic link / OTP
On both web and app you can choose Use password instead:
- A password field and Sign in appear.
- Forgot password in the sheet uses the email you entered and triggers the same reset link flow.
So you can sign in passwordless (magic link or OTP) or with a password.
Registering in the sheet
In Register mode you enter email, first name, and last name and submit. Registration is passwordless in the form; afterwards a sign-in link (web) or code (app) is sent to your email automatically, similar to login. While the OTP step is shown, first/last name fields stay disabled until you finish or switch flow.
Quick comparison
| Topic | Web (browser) | App (iOS/Android) |
|---|---|---|
| Default without password | Magic link by email | 6-digit OTP by email |
| Stay signed in | Toggle on/off (e.g. 1 year) | Always “remember” for this auth flow |
| Alternative | Show password | Show password |
| Without fresh online login | — | offline start if a session exists |