合并后台端
This commit is contained in:
@@ -41,7 +41,7 @@ docker-compose logs auth | grep -i error
|
||||
|
||||
### 4. 验证配置是否生效
|
||||
|
||||
在 Supabase Dashboard (http://192.168.1.63:3000) 的 SQL Editor 中执行:
|
||||
在 Supabase Dashboard (http://192.168.1.61:3000) 的 SQL Editor 中执行:
|
||||
|
||||
```sql
|
||||
-- 检查当前配置(需要访问 GoTrue 配置)
|
||||
@@ -59,7 +59,7 @@ docker-compose logs auth | grep -i error
|
||||
确认 `ak/config.uts` 中的配置正确:
|
||||
|
||||
```typescript
|
||||
export const SUPA_URL: string = 'http://192.168.1.63:8000'
|
||||
export const SUPA_URL: string = 'http://192.168.1.61:8000'
|
||||
export const SUPA_KEY: string = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...'
|
||||
```
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ grep ENABLE_EMAIL_AUTOCONFIRM supabase_pro/.env
|
||||
|
||||
## 🔍 验证用户是否创建
|
||||
|
||||
在 Supabase Dashboard (http://192.168.1.63:3000) 的 SQL Editor 中执行:
|
||||
在 Supabase Dashboard (http://192.168.1.61:3000) 的 SQL Editor 中执行:
|
||||
|
||||
```sql
|
||||
-- 检查最新注册的用户
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
**执行步骤**:
|
||||
|
||||
1. **在 Supabase Dashboard (http://192.168.1.63:3000) 中打开 SQL Editor**
|
||||
1. **在 Supabase Dashboard (http://192.168.1.61:3000) 中打开 SQL Editor**
|
||||
|
||||
2. **执行 `USER_AUTH_SCHEMA.sql`**
|
||||
- 创建 `ak_users` 表和 RLS 策略
|
||||
|
||||
@@ -44,7 +44,7 @@ docker-compose restart auth
|
||||
|
||||
### 方法一:在 Supabase Dashboard 中手动确认
|
||||
|
||||
1. 打开 Supabase Dashboard: http://192.168.1.63:3000
|
||||
1. 打开 Supabase Dashboard: http://192.168.1.61:3000
|
||||
2. 进入 **Authentication** → **Users**
|
||||
3. 找到对应的用户
|
||||
4. 点击用户,在详情页中点击 **Confirm Email** 按钮
|
||||
|
||||
Reference in New Issue
Block a user