Setting a hotel up

Getting the hotel group signed up

What Asar does, what the hotel does, and why nobody here chooses your password.

A hotel group is the customer; a hotel is a property under it. Even a single independent hotel is a group of one — that is what the hotel ID names, and it is what everybody types to sign in.

What happens, in order

  1. Asar signs the group up. Platform → Sign up a hotel group. It asks for the group's name and the administrator's email address and nothing else.
  2. The account exists immediately and is issued a hotel ID. An invitation is emailed to the administrator, and the same link is shown on screen in case somebody would rather send it by hand.
  3. The administrator sets their own password from that link. It works once and lapses after seven days.
  4. They sign in with the hotel ID, their email and that password.

Nobody at Asar chooses a password, and nobody can read one back — they are stored as bcrypt hashes.

If the link is lost or lapses, ask for a new one. Re-sending issues a fresh link and kills the old one; the old token cannot be recovered by anybody, including us.

There are no hotels yet at this point, so the calendar is empty. That is correct — the next thing is Adding a hotel.

More in Setting a hotel up