Concrete-datastore

Latest version: v1.58.1

Safety actively analyzes 629599 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 11

1.54.0

Changed

- Set a default max length to 1024 for URLFields

1.52.0

Changed

- Management command to invite a user to register a TOTP device now supports a list of emails
- Setting to change email subject for otp activation
- Use Email MFA in order to activate OTP MFA to add more security

1.51.0

Added


- Doc MFA authentication
- Enable MFA with TOTP. The user authenticates to an url that will display a qrcode. This qrcode is to be used by an OTP application to generate the code.
- Add the model EmailDevice to the admin models

1.50.0

Added

- Management command `get_stats_models_count` to list all the models in the datamodel with their number of instances. Supports ordering by model name and instances count both ascending and descending
- Command management `reset_password`
- Management command to get database connection string, could be used with pg_dump (`pg_dump --dbname=$CONNECTION_STRING`) see [https://www.postgresql.org/docs/14/libpq-connect.html](documentation)

bash
/usr/bin/pg_dump --dbname=`python3 manage.py db_connection_string` | bzip2 --fast > backup.sql.bzip2

- nothing added

Changed

- Command management `check_superuser_with_email`: Now we check if any users exists not only superuser
- The datetimefomat accept two formats `yyyy-mm-ddTHH-mm-ssZ` and `yyyy-mm-ddTHH-mm-ss.SSSSSSZ`
- Disable trimmimng the leading and trailing whitespaces within CharField and TextField serializers.

1.49.0

Added

- Management command to get database connection string, could be used with pg_dump (`pg_dump --dbname=$CONNECTION_STRING`) see [https://www.postgresql.org/docs/14/libpq-connect.html](documentation)

bash
/usr/bin/pg_dump --dbname=`python3 manage.py db_connection_string` | bzip2 --fast > backup.sql.bzip2

1.48.0

Changed

- add log on email sending failure
- Use correct base template for mfa login template

Page 2 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.