running-elephant / datart

Datart is a next generation Data Visualization Open Platform
https://running-elephant.github.io/datart-docs/
Apache License 2.0
1.94k stars 580 forks source link

骚操作之如何跳过邮件注册 #17

Closed wuguozhu closed 2 years ago

wuguozhu commented 2 years ago

在数据库执行一下SQL可以跳过邮件注册

INSERT INTO datart.user (id, email, username, password, active, name, description, avatar, create_time, create_by, update_time, update_by) VALUES ('3a87ffed01c644a587fc56a791c43a92', 'abc@123.com', 'abc', '$2a$10$191xtuFLFKoORdI9Fm/g/urr9MMFqashNT9ygo/PqihFrTuI4jOTy', 1, null, null, null, null, '3a87ffed01c644a587fc56a791c43a92', '2021-10-15 22:49:34', null);

最后登录的用户名和密码如下: 用户名:abc@123.com 密码:abc123

yqwoe commented 2 years ago

牛逼

zhouwenblog commented 2 years ago

建议可以后期可以发布一些配套的体验docker辅助镜像,比如装好了的MYSQL + 邮箱 bestwu/ewomail服务器之类的,降低体验门槛