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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file aa_skip_email-0.1.1.tar.gz.

File metadata

  • Download URL: aa_skip_email-0.1.1.tar.gz
  • Upload date:
  • Size: 2.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.11.2 Linux/6.1.0-18-amd64

File hashes

Hashes for aa_skip_email-0.1.1.tar.gz
Algorithm Hash digest
SHA256 c114ca67ecbd72aa6b61f42f0dee75191ce9839cad43aa2fa59fc40b6235b1d9
MD5 4b9886766da790c9e04b2aa3f376b448
BLAKE2b-256 35b02a884524eaf9e109a9ca2246cdb88f6b74e24de5bcddb69604ecaac77dc2

See more details on using hashes here.

File details

Details for the file aa_skip_email-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: aa_skip_email-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 2.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.11.2 Linux/6.1.0-18-amd64

File hashes

Hashes for aa_skip_email-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1ee07226a646b9da92bf3b01f38cd5249c1f3f2e3545574f5f8c7dec28ffb232
MD5 6f3a4884285328e8c2f33d3ea9efba40
BLAKE2b-256 393edc9012d99b96c12439291a1e1279f5a38ece09507921f2f83ace0a85d28f

See more details on using hashes here.

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