> For the complete documentation index, see [llms.txt](https://docs.socialstream.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.socialstream.dev/features/register-from-login.md).

# Register from Login

This feature enables the capability to register a new user when a user attempts to authenticate via the '/login' route.

To turn on this feature add the following to applications `socialstream.php` config file:

```php
Features::createAccountOnFirstLogin()
```
