Skip to content

hippo-digital/password-self-service

Repository files navigation

Installation Instructions

Server (Back-end) Install

Download and install these components

Install source

mkdir C:\git
cd C:\git
git clone https://github.com/hippodigital/password-self-service.git


pip install requests pyyaml twilio https://github.com/zakird/pyad/archive/master.zip

Configuration

Update the config file to reflect local environment

The file is: C:\git\password-self-service\password_reset_backend\config.yml

---
  directory:

    # Update to reflect the
    dn: CN=Users,DC=hd,DC=local
    fqdn: hd.local

  frontend:
    address: https://10.211.55.2:5000

  sms:
    message: "A reset code has been requested for your account.\n\nIf this was in error contact the service desk on 0113 235 3315.\n\nYour reset code is %s"
    organisation_shortname: RothICT
    twilio_sid: ACf5e81dd572ad916b9dbd6d1883e755ae
    twilio_authcode: b3ae4c2f616c9f9529aba41ce219cfd6

  redis:
    address: 127.0.0.1
    port: 6379
    db: 0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published