Is there a single word for "login/register"? [closed]

Solution 1:

This form is the single point of entry for new and existing users, so I suggest

entry

as an appropriate name for a single form for both login and registration.

The name makes it clear it's the entry point.

The only other name that springs to mind is account, but I think that would be better kept for something that allows you to change your email, password, settings etc.

Solution 2:

what about signing? you sign in, you sign up, you sign out. Signing form.

Personally, I'd create separate forms for both functions, since they really aren't the same and don't call the same functions. This is why, generally, websites have a separate form for registering and logging in, even if it's basically the same 2 or 3 fields on the form.