Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/forgot password #84

Open
wants to merge 208 commits into
base: main
Choose a base branch
from
Open

Feature/forgot password #84

wants to merge 208 commits into from

Conversation

SsenabuyaDavid
Copy link
Collaborator

No description provided.

CharlesKasasira and others added 30 commits July 19, 2023 17:04
Co-authored-by: judith kwesiga <starie@judie>
* Added README.md

* add .gitignore
* Added README.md

* add .gitignore

* new changes
* Added README.md

* add .gitignore

* new changes

* login css styling

* update urls

* forms.py

* forms.py

* forms

* forms

* update navbar

* style: menu item

* style: menu item

* style: hightlight selected menu

* chore: content structure

* chore: content structure

* add: monitor select box

* refactor: html structure

* refactor: html structure

* refactor: html structure
CharlesKasasira and others added 30 commits August 7, 2023 10:08
* Adding Deployment logs

* Executed test deployment script on Pull Request
* Executed test deployment script on Pull Request
* solve merge conflicts
* Continuous Deployment: build on pushing to the staging branch
* Continuous Deployment: build on pushing
 to the staging branch

* Continuous Deployment: build on pushing
 to the staging branch

* fix
* Test 34: Automatic deployment on test environment
* Test 35: Automatic deployment on test environment
* Test 36: Automatic deployment on test environment
* Test 37(Update Requirements): Automatic deployment on test environment
…74)

* Test 38(Execute with sudo): Automatic deployment on test environment
…ronment (#75)

* Test 39(Disown background process): Automatic deployment on test environment
…ironment (#76)

* Test 40 (Disown background process): Automatic deployment on test environment
* Test 40 (Disown background process): Automatic deployment on test environment
* change log message
* merge conflict
* Python program that checks whether the first fixed 32 bits of a given IPv6 address are the same as those of RENU's IPv6 address

* Added functionality to the code to enable it check whether the prefix length is greater than 32.

* Program checks whether input by the user is a subnet of the IPv6 address  2c0f:f6d0::/32

* Program that can accept a text file and then identifies whether the ipv6 addresses in the file are subnets of 2c0f:f6d0

* Python program that include a function that can be called to print out Ipv6 addresses of a text file which are similar to a reference ipv6 address

* Python program that include a function that can be called to print out Ipv6 addresses of a text file which are similar to a reference ipv6 address

* Modification of IPv6 program

* Modification of IPv6 program

* IPv6 address that identifies whether IPv4 addresses are listed in spamhaus.txt

* IPv6 address that identifies whether IPv4 addresses are listed in spamhaus.txt

* IPv6 address that identifies whether IPv4 addresses are listed in spamhaus.txt with proper python comments

* Rectification of variable names on in the source code

* Rectification of variable names on in the source code

* Singe script that can identify any ip address and checks whether its ipv4 or ipv6 thus checking whether its similar to the reference ip address

* Singe script that can identify any ip address and checks whether its ipv4 or ipv6 thus checking whether its similar to the reference ip address

* Combination of Ipv4 and Ipv6 function

* Elimination of Ipv4 and IPv6 scripts from code

* Combination of both IPv4 and Ipv6 check_subnet_length functions

* Improvement- Single function that handles check_prefix for both IPv4 and IPv6

* Improvement- Single function that handles check_prefix for both IPv4 and IPv6

* Single function that can test whether a given IP either Ipv4 or Ipv6 is part of the blacklisted ip addresses in a .txt document
* Python program that checks whether the first fixed 32 bits of a given IPv6 address are the same as those of RENU's IPv6 address

* Added functionality to the code to enable it check whether the prefix length is greater than 32.

* Program checks whether input by the user is a subnet of the IPv6 address  2c0f:f6d0::/32

* Program that can accept a text file and then identifies whether the ipv6 addresses in the file are subnets of 2c0f:f6d0

* Python program that include a function that can be called to print out Ipv6 addresses of a text file which are similar to a reference ipv6 address

* Python program that include a function that can be called to print out Ipv6 addresses of a text file which are similar to a reference ipv6 address

* Modification of IPv6 program

* Modification of IPv6 program

* IPv6 address that identifies whether IPv4 addresses are listed in spamhaus.txt

* IPv6 address that identifies whether IPv4 addresses are listed in spamhaus.txt

* IPv6 address that identifies whether IPv4 addresses are listed in spamhaus.txt with proper python comments

* Rectification of variable names on in the source code

* Rectification of variable names on in the source code

* Singe script that can identify any ip address and checks whether its ipv4 or ipv6 thus checking whether its similar to the reference ip address

* Singe script that can identify any ip address and checks whether its ipv4 or ipv6 thus checking whether its similar to the reference ip address

* Combination of Ipv4 and Ipv6 function

* Elimination of Ipv4 and IPv6 scripts from code

* Combination of both IPv4 and Ipv6 check_subnet_length functions

* Improvement- Single function that handles check_prefix for both IPv4 and IPv6

* Improvement- Single function that handles check_prefix for both IPv4 and IPv6

* Single function that can test whether a given IP either Ipv4 or Ipv6 is part of the blacklisted ip addresses in a .txt document

* Single function that checks for all Ipv4 or IPv6 addresses

* Single function that checks for all Ipv4 or IPv6 addresses
* test spamhuas urls

* removed crappy test url
* removed crappy test url

* Resolved merge conflicts
* Python program that checks whether the first fixed 32 bits of a given IPv6 address are the same as those of RENU's IPv6 address

* Added functionality to the code to enable it check whether the prefix length is greater than 32.

* Program checks whether input by the user is a subnet of the IPv6 address  2c0f:f6d0::/32

* Program that can accept a text file and then identifies whether the ipv6 addresses in the file are subnets of 2c0f:f6d0

* Python program that include a function that can be called to print out Ipv6 addresses of a text file which are similar to a reference ipv6 address

* Python program that include a function that can be called to print out Ipv6 addresses of a text file which are similar to a reference ipv6 address

* Modification of IPv6 program

* Modification of IPv6 program

* IPv6 address that identifies whether IPv4 addresses are listed in spamhaus.txt

* IPv6 address that identifies whether IPv4 addresses are listed in spamhaus.txt

* IPv6 address that identifies whether IPv4 addresses are listed in spamhaus.txt with proper python comments

* Enabling of the forgot password functionality in the program

* Use of SMTP for sending emails

* Use of SMTP for sending emails

* Rectification of variable names on in the source code
* Resolved conflicts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants