to create a shorter random PAT instead of using JWT.\n\n### Additional information\n\n/kind improvement\r\n/area core",[2882,2885],{"name":2883,"color":2884},"area/core","0052cc",{"name":2869,"color":2870},5366,"closed","Request to keep length of PAT stable","2025-04-14T09:02:55Z","https://github.com/halo-dev/halo/issues/5366",0.6819415,{"description":2893,"labels":2894,"number":2898,"owner":2872,"repository":2873,"state":2887,"title":2899,"updated_at":2900,"url":2901,"score":2902},"### 系统信息\n\n- 外部访问地址: https://apoptoxin4869.com\r\n- 启动时间: 2024-03-06 14:43\r\n- 版本: 2.13.0\r\n- 构建时间: 2024-03-01 10:35\r\n- Git Commit: 6ea7abe\r\n- Java: IBM Semeru Runtime Open Edition / 21.0.2+13-LTS\r\n- 数据库: MySQL Community Server - GPL / 8.2.0\r\n- 操作系统: Linux / 5.4.0-172-generic\r\n- 已激活主题: [Hao](https://githubfast.com/liuzhihang/halo-theme-hao)\r\n- 已启动插件:\r\n - [OAuth2 认证](https://github.com/halo-sigs/plugin-oauth2)\r\n - [Metrics Graph](https://github.com/guqing/plugin-metrics-graph)\r\n - [站点推送插件](https://github.com/Stonewuu/halo-plugin-sitepush)\r\n - [朋友圈](https://github.com/chengzhongxue/plugin-friends)\r\n - [Docsme](https://github.com/f2ccloud/plugin-docsme)\r\n - [Umami](https://github.com/halo-sigs/plugin-umami)\r\n - [ByteMD](https://github.com/ruibaby/plugin-bytemd)\r\n - [Vditor编辑器](https://github.com/justice2001/veditor-plugin)\r\n - [链接管理](https://github.com/halo-sigs/plugin-links)\r\n - [Markdown / HTML 内容块](https://github.com/halo-dev/plugin-hybrid-edit-block)\r\n - [站点迁移](https://github.com/halo-sigs/plugin-migrate)\r\n - [文章导入导出](https://jhacker.cn/2023/halo-plugin-export2doc)\r\n - [lightgallery.js 灯箱](https://github.com/halo-sigs/plugin-lightgallery)\r\n - [highlight.js 代码高亮](https://github.com/halo-sigs/plugin-highlightjs)\r\n - [图库管理](https://github.com/halo-sigs/plugin-photos)\r\n - [瞬间](https://github.com/halo-sigs/plugin-moments)\r\n - [Sitemap](https://github.com/halo-dev/plugin-sitemap)\r\n - [搜索组件](https://github.com/halo-dev/plugin-search-widget)\r\n - [RSS](https://github.com/halo-dev/plugin-feed)\r\n - [评论组件](https://github.com/halo-dev/plugin-comment-widget)\r\n - [应用市场](https://github.com/halo-dev/plugin-app-store)\n\n### 使用的哪种方式运行?\n\nDocker Compose\n\n### 发生了什么?\n\n1.访客及注册账户在自定义模板页面留下评论,邮件提醒未收到,但在文章页面留下评论可以正常收到;评论均会显示在管理后台中,此处显示”未知“位置的评论是在自定义模板页面留下的评论\r\n\u003Cimg width=\"471\" alt=\"image_93\" src=\"https://github.com/halo-dev/halo/assets/38914772/3063b44b-3a22-43a4-8928-6a9a01d7bcc2\">\r\n2.管理员账户在自定义模板页面以及文章页面留下评论,邮件提醒未收到;评论均会显示在管理后台中\r\n\r\n3.额外补充:自定义模板页面留下评论【访客、注册账号、管理员账号】均会在halo日志输出中看到错误日志;管理员账号在文章中留下评论,尽管邮件提醒无法收到,但不会报告错误日志\n\n### 相关日志输出\n\n```shell\n2024-03-06T16:01:26.420+08:00 ERROR 7 --- [ task-37] .a.i.SimpleAsyncUncaughtExceptionHandler : Unexpected exception occurred invoking async method: public void run.halo.app.content.comment.CommentNotificationReasonPublisher.onNewComment(run.halo.app.event.post.CommentCreatedEvent)\r\n\r\njava.util.NoSuchElementException: No value present\r\n\tat java.base/java.util.Optional.orElseThrow(Unknown Source) ~[na:na]\r\n\tat run.halo.app.content.comment.CommentNotificationReasonPublisher$NewCommentOnPageReasonPublisher.publishReasonBy(CommentNotificationReasonPublisher.java:161) ~[classes/:2.13.0]\r\n\tat run.halo.app.content.comment.CommentNotificationReasonPublisher.onNewComment(CommentNotificationReasonPublisher.java:64) ~[classes/:2.13.0]\r\n\tat java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source) ~[na:na]\r\n\tat java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]\r\n\tat org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:351) ~[spring-aop-6.1.4.jar:6.1.4]\r\n\tat org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) ~[spring-aop-6.1.4.jar:6.1.4]\r\n\tat org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-6.1.4.jar:6.1.4]\r\n\tat org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:765) ~[spring-aop-6.1.4.jar:6.1.4]\r\n\tat org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:113) ~[spring-aop-6.1.4.jar:6.1.4]\r\n\tat java.base/java.util.concurrent.FutureTask.run(Unknown Source) ~[na:na]\r\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[na:na]\r\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[na:na]\r\n\tat java.base/java.lang.Thread.run(Unknown Source) ~[na:na]\n```\n\n\n### 附加信息\n\n_No response_",[2895],{"name":2896,"color":2897},"triage/needs-information","d455d0",5454,"halo后台设置--邮件通知功能bug","2024-03-06T08:35:41Z","https://github.com/halo-dev/halo/issues/5454",0.70390683,{"description":2904,"labels":2905,"number":2910,"owner":2872,"repository":2873,"state":2887,"title":2911,"updated_at":2912,"url":2913,"score":2914},"### 系统信息\n\n- 外部访问地址: \r\n- 启动时间: 2024-02-27 16:41\r\n- 版本: 2.13.0-SNAPSHOT\r\n- 构建时间: 2024-02-27 16:41\r\n- Git Commit: 72685ba\r\n- Java: OpenJDK Runtime Environment / 17.0.9+0\r\n- 数据库: PostgreSQL / 15.2 (Debian 15.2-1.pgdg110+1)\r\n- 操作系统: Mac OS X / 14.3\r\n- 已激活主题: [Walker](https://halo.run/store/apps/app-GHgAR)\r\n- 已启动插件: \r\n- \r\n\n\n### 使用的哪种方式运行?\n\nDocker Compose\n\n### 发生了什么?\n\n\u003Cimg width=\"561\" alt=\"image\" src=\"https://github.com/halo-dev/halo/assets/21301288/1f9d310c-789d-472b-9e0f-0eb6dfc74fba\">\r\n\r\n在非 Repeater 和 Group 组件下,不应该有这个内边距。\n\n### 相关日志输出\n\n_No response_\n\n### 附加信息\n\n_No response_",[2906,2907],{"name":2869,"color":2870},{"name":2908,"color":2909},"area/ui","1d76db",5411,"FormKit 的 checkbox 组件的 help 文字样式问题。","2024-03-25T03:55:51Z","https://github.com/halo-dev/halo/issues/5411",0.7578117,{"description":2916,"labels":2917,"number":2920,"owner":2872,"repository":2873,"state":2887,"title":2921,"updated_at":2922,"url":2923,"score":2924},"### Prerequisites\n\n- [x] I have searched for related issues in the [issues](https://github.com/halo-dev/halo/issues) list.\n- [x] This is an issue with the Halo project itself. If it is not an issue with the project itself(For example: Installation and deployment issues.), it is recommended to submit it in the [Discussions](https://github.com/halo-dev/halo/discussions).\n- [x] I have tried disabling all plugins to rule out plugins as the cause of the problem.\n- [x] If it is an issue with plugins and themes, please submit it in the respective plugin and theme repositories.\n\n### System information\n\n\n缺少样式,导致整个后端无法登录\n\n### What is the project operation method?\n\nDocker\n\n### What happened?\n\n缺少样式,导致整个后端无法登录\n\n### Reproduce Steps\n\n_No response_\n\n### Relevant log output\n\n```shell\n\n```\n\n### Additional information\n\n_No response_",[2918],{"name":2919,"color":2897},"triage/unresolved",7366,"后端管理系统无法打开,显示缺少样式","2025-04-24T03:09:11Z","https://github.com/halo-dev/halo/issues/7366",0.7796265,{"description":2926,"labels":2927,"number":2930,"owner":2872,"repository":2873,"state":2887,"title":2931,"updated_at":2932,"url":2933,"score":2934},"### 系统信息\n\n- 外部访问地址: \r\n- 启动时间: 2024-05-20 17:36\r\n- 版本: 2.15.2\r\n- 构建时间: 2024-05-10 14:17\r\n- Git Commit: 9a4c41a\r\n- Java: IBM Semeru Runtime Open Edition / 21.0.2+13-LTS\r\n- 数据库: H2 / 2.2.224\r\n- 操作系统: Linux / 6.6.6-2401.0.1.oc9.4.x86_64\r\n- 已激活主题: [Sakura](https://github.com/LIlGG/halo-theme-sakura.git)\r\n- 已启动插件:\r\n - [Sitemap](https://github.com/halo-dev/plugin-sitemap)\r\n - [搜索组件](https://github.com/halo-dev/plugin-search-widget)\r\n - [RSS](https://github.com/halo-dev/plugin-feed)\r\n - [评论组件](https://github.com/halo-dev/plugin-comment-widget)\r\n - [应用市场](https://www.halo.run/store/apps/app-VYJbF)\n\n### 使用的哪种方式运行?\n\nDocker\n\n### 发生了什么?\n\n备份后没有备份文章markdown\n\n### 相关日志输出\n\n_No response_\n\n### 附加信息\n\n_No response_",[2928],{"name":2929,"color":2897},"kind/support",6041,"无法备份文章markdown","2024-06-11T08:10:02Z","https://github.com/halo-dev/halo/issues/6041",0.7796805,{"description":2936,"labels":2937,"number":2938,"owner":2872,"repository":2873,"state":2887,"title":2939,"updated_at":2940,"url":2941,"score":2942},"### System information\n\n\r\n\n\n### What is the project operation method?\n\nDocker\n\n### What happened?\n\n提前创建了一个自定义页面,选择了“留言板模版”,可是在菜单里面就找不到自定义的页面,文章也是这样\r\n\r\n\n\n### Relevant log output\n\n_No response_\n\n### Additional information\n\n_No response_",[],5732,"提前创建了一个自定义页面,选择了“留言板模版”,可是在菜单里面就找不到自定义的页面,文章也是这样","2024-04-17T09:04:19Z","https://github.com/halo-dev/halo/issues/5732",0.78502905,{"description":2944,"labels":2945,"number":2947,"owner":2872,"repository":2873,"state":2887,"title":2948,"updated_at":2949,"url":2950,"score":2951},"### 系统信息\n\n外部访问地址\r\nhttps://blog.nanshengwx.cn\r\n启动时间\r\n2024-10-08 16:02\r\n已激活主题\r\nHao\r\n已启动插件\r\nMarkdown / HTML 内容块\r\nData Studio(数据工厂)\r\n评论迁移\r\n编辑器超链接卡片\r\n页面静态缓存\r\n链接安全跳转中台\r\nKaTeX\r\nOAuth2 认证\r\n爱发电插件\r\n友链自助提交插件\r\n站点推送插件\r\n朋友圈\r\nByteMD\r\n文章导入导出\r\nhighlight.js 代码高亮\r\nlightgallery.js 灯箱\r\n评论组件\r\nRSS\r\n应用市场\r\n链接管理\r\n瞬间\r\nSitemap\r\n搜索组件\n\n### 使用的哪种方式运行?\n\nDocker\n\n### 发生了什么?\n\n写文章图片是正的,预览文章就转了90°,点大图就是正的,在附件库看同理,缩略图是旋转的,但点击图片进去后是正的\n\n### 复现步骤\n\n_No response_\n\n### 相关日志输出\n\n_No response_\n\n### 附加信息\n\n\r\n\r\n",[2946],{"name":2869,"color":2870},6802,"缩略图显示问题","2024-10-12T13:51:46Z","https://github.com/halo-dev/halo/issues/6802",0.7871113,{"description":2953,"labels":2954,"number":2959,"owner":2872,"repository":2873,"state":2887,"title":2960,"updated_at":2961,"url":2962,"score":2963},"### 前置条件\n\n- [x] 已经在 [Issues](https://github.com/halo-dev/halo/issues) 列表中搜索了相关问题。\n- [x] 这是和 Halo 相关的特性,如果是非项目本身的问题,建议在 [Discussions](https://github.com/halo-dev/halo/discussions) 提交。\n- [x] 如果是插件和主题特性建议,请在对应的插件和主题仓库提交。\n\n### 你当前使用的版本\n\n2.20.15\n\n### 描述一下此特性\n\n支持账号封禁功能。\n\n### 附加信息\n\n我寻思这个功能也挺常见的,Halo这也没人提有关这个的issue呢\n\n这个功能也可以勉强作为删除用户的替代方案(#4357),直接上一个永久封禁,这样用户数据恢复也就相对方便一点,因为封禁可以由管理在后台解除嘛。",[2955,2958],{"name":2956,"color":2957},"kind/feature","c7def8",{"name":2908,"color":2909},7250,"用户账号封禁功能","2025-03-10T15:15:04Z","https://github.com/halo-dev/halo/issues/7250",0.79054517,{"description":2965,"labels":2966,"number":2967,"owner":2872,"repository":2873,"state":2887,"title":2968,"updated_at":2969,"url":2970,"score":2971},"### 你当前使用的版本\n\n2.19\n\n### 描述一下此特性\n\n比如我现在想完全自定义主题,想直接通过api获取数据,而不是默认的渲染引擎,有支持吗\n\n### 附加信息\n\n_No response_",[],6743,"模板变量支持以http API的形式返回吗","2024-10-02T13:20:39Z","https://github.com/halo-dev/halo/issues/6743",0.7921451,["Reactive",2973],{},["Set"],["ShallowReactive",2976],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f5fF5zVy23NVK9lEQacEg4s2EC__kJzqkQtL2qAJZSio":-1},"/halo-dev/halo/5500"]