diff --git a/TODO.md b/TODO.md
index 97a4791..353e08e 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,7 +2,9 @@
- **Add and Drop**:
- The add and drop page should only include courses offered by the department head.
- - Add and drop should be restricted by the school calendar.
+ - Add and drop date should be restricted by the school calendar.
+- **Auto generate username and password when adding students and lecturers**
+ - Instead of filling the username and password for the student/lecturer, the system should automatically generate them and send to the student's/lecturer's email.
- **Payment integration**:
- Integrating PayPal and Stripe for students to pay their fees.
- **Integrate the dashboard with dynamic/live data**:
diff --git a/templates/accounts/add_staff.html b/templates/accounts/add_staff.html
index 289b14f..ca9cd5c 100644
--- a/templates/accounts/add_staff.html
+++ b/templates/accounts/add_staff.html
@@ -15,46 +15,17 @@
Lecturer Add Form
-{% if messages %}
- {% for message in messages %}
- {% if message.tags == 'error' %}
-