Hi Kevin I have carefully read through your improvement plan for this issue[1].
I think used SHA-512 with encrypt the password is better. However, please note that the relevant SQL[2] are updated (insert into dashboard_user),the default password is 123456. As there are sql statements involved, you will need to create the sql upgrade file,like 2.4.2-upgrade-2.4.3-mysql.sql or 2.4.2-upgrade-2.4.3-pg.sql in [3]. Looking forward to your pull request. Regards [1]: https://github.com/apache/incubator-shenyu/issues/1888 [2]: https://github.com/apache/incubator-shenyu/tree/master/shenyu-admin/src/main/resources/sql-script [3]: https://github.com/apache/incubator-shenyu/tree/master/script Kevin <[email protected]> 于2022年2月22日周二 14:41写道: > > Dear community friends: > > I answered a long time ago issue with a solution. > But I'm not sure if my solution is suitable for shenyu's needs. > If you are free, please see my solution and help me solve the problem > better. > > Issue: https://github.com/apache/incubator-shenyu/issues/1888 > > Regards
