Update environment configuration and enhance user management features
- Changed VITE_SUPABASE_URL in .env.example for deployment consistency. - Added new user management functionality to reset user passwords in UserManagement component. - Updated supabase.ts to include first and last name fields in user profiles and added password reset functionality. - Enhanced DashboardLayout to include a user profile view and improved user display in TopNavbar. - Updated seed.sql to create additional users with roles for testing purposes.
This commit is contained in:
@@ -100,7 +100,7 @@ server 3.us.pool.ntp.org iburst
|
||||
# Security settings
|
||||
restrict default kod notrap nomodify nopeer noquery
|
||||
restrict -6 default kod notrap nomodify nopeer noquery
|
||||
restrict 127.0.0.1
|
||||
restrict exp-dash
|
||||
restrict -6 ::1
|
||||
|
||||
# Local clock as fallback
|
||||
|
||||
Reference in New Issue
Block a user