plain.auth 0.9.0__py3-none-any.whl → 0.10.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
plain/auth/README.md CHANGED
@@ -38,7 +38,7 @@ from plain.passwords.models import PasswordField
38
38
 
39
39
 
40
40
  class User(models.Model):
41
- email = models.EmailField(unique=True)
41
+ email = models.EmailField()
42
42
  password = PasswordField()
43
43
  is_admin = models.BooleanField(default=False)
44
44
  created_at = models.DateTimeField(auto_now_add=True)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plain.auth
3
- Version: 0.9.0
3
+ Version: 0.10.0
4
4
  Summary: User authentication and authorization for Plain.
5
5
  Author-email: Dave Gaeddert <dave.gaeddert@dropseed.dev>
6
6
  License-File: LICENSE
@@ -50,7 +50,7 @@ from plain.passwords.models import PasswordField
50
50
 
51
51
 
52
52
  class User(models.Model):
53
- email = models.EmailField(unique=True)
53
+ email = models.EmailField()
54
54
  password = PasswordField()
55
55
  is_admin = models.BooleanField(default=False)
56
56
  created_at = models.DateTimeField(auto_now_add=True)
@@ -1,4 +1,4 @@
1
- plain/auth/README.md,sha256=yVDb2iDmlNunWWSHn6eVE8kS0vvIkC3KCZ1EO1SXWDQ,2421
1
+ plain/auth/README.md,sha256=tg_YZraHB9zrBH1Ei_FdjfNjZfJvu7jSGCi4-YJiOaA,2410
2
2
  plain/auth/__init__.py,sha256=oDOVSov5os1_l-hYNlGd5hb6vy0rF5Q3VMRV1UOZeFU,123
3
3
  plain/auth/config.py,sha256=nf-6WD-3lEIq4VBMKQCE4_xtXRvOyxnJmmQKleme3Wc,115
4
4
  plain/auth/default_settings.py,sha256=65VzDn3j61OMn78Lg6Zuds4A8QKzJJ_0G9KoFqAOIRo,466
@@ -6,7 +6,7 @@ plain/auth/middleware.py,sha256=YJrzhro89SdSNDtfwyQM8jGgU5GmXvApZWiktit6K70,980
6
6
  plain/auth/sessions.py,sha256=pCBpbrWf2nRMt5BZ4u1NDfbO7oNWuLujIybNDlmvzts,5265
7
7
  plain/auth/utils.py,sha256=eEON0Mo928l-aW5tqBuoTdVke8aP4majxVtAFoLroSE,1280
8
8
  plain/auth/views.py,sha256=_igztEBQKSM4CZro2lvlK0m01eIksqbmyux4w8gY1ks,4095
9
- plain_auth-0.9.0.dist-info/METADATA,sha256=4T5Ks687F0RzrayZ-FBvOwF5g0zqZTAd2xxpE5-5jF0,2774
10
- plain_auth-0.9.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
11
- plain_auth-0.9.0.dist-info/licenses/LICENSE,sha256=m0D5O7QoH9l5Vz_rrX_9r-C8d9UNr_ciK6Qwac7o6yo,3175
12
- plain_auth-0.9.0.dist-info/RECORD,,
9
+ plain_auth-0.10.0.dist-info/METADATA,sha256=kUnLGjDaBOJ4VqFUzKBLgM-WeEvR5iKRxRmtq1bddME,2764
10
+ plain_auth-0.10.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
11
+ plain_auth-0.10.0.dist-info/licenses/LICENSE,sha256=m0D5O7QoH9l5Vz_rrX_9r-C8d9UNr_ciK6Qwac7o6yo,3175
12
+ plain_auth-0.10.0.dist-info/RECORD,,