Use sha512_crypt from passlib.handlers.sha2_crypt
This commit is contained in:
parent
610f8976fc
commit
a8392ef91e
3 changed files with 4 additions and 12 deletions
|
@ -3,7 +3,7 @@ This module contains the signal handlers of the :py:mod:`osusers` app.
|
|||
|
||||
The module starts Celery_ tasks.
|
||||
|
||||
.. _Celery: http://www.celeryproject.org/
|
||||
.. _Celery: https://www.celeryproject.org/
|
||||
|
||||
"""
|
||||
from __future__ import absolute_import
|
||||
|
@ -256,13 +256,6 @@ def handle_ssh_keys_changed(sender, instance, **kwargs):
|
|||
_LOGGER.info("Change of SSH keys has been requested in task %s", taskresult.task_id)
|
||||
|
||||
|
||||
# @receiver(post_delete)
|
||||
# def handle_post_delete(sender, **kwargs):
|
||||
# _LOGGER.debug(
|
||||
# 'handling post_delete signal for %s with args %s',
|
||||
# sender, kwargs)
|
||||
|
||||
|
||||
@receiver(post_delete, sender=Group)
|
||||
def handle_group_deleted(sender, instance, **kwargs):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue