Skip to main content

Allows you to skip entering your email after registering via EVE SSO

Project description

AA Skip Email

This module allows you to skip the email asking when registering a user.

Install

Use pip to install the module:

pip install aa-skip-email

Edit the settings/local.py settings file.

Add aa_skip_email to the INSTALLED_APPS list.

INSTALLED_APPS += [
    ...
    'aa_skip_email'
    ...
]

Override the AUTHENTICATION_BACKENDS variable.

AUTHENTICATION_BACKENDS = [
    'aa_skip_email.authentication.backends.SkipEmailBackend',
    'django.contrib.auth.backends.ModelBackend'
]

Restart the allianceauth server.

See also

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aa_skip_email-0.1.1.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

aa_skip_email-0.1.1-py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page