Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: 更新学习班链接 #590

Merged
merged 2 commits into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/dev/shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
user.reset_password('test01')

# 保存修改
user.save
user.save()

# 删除用户 MFA key
user.otp_secret_key=''
user.save
user.save()

# 创建新用户
User.objects.create(name = '测试用户', username = 'test', email = 'test@jumpserver.org')
Expand Down
2 changes: 1 addition & 1 deletion theme/f2c-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class="carousel-inner">
<div class="carousel-item active alert alert-release alert-dismissible fade show text-center" role="alert">
<span id="tmpspan" class="pr-4" style="white-space: pre-line">《JumpServer 训练营》新一期线上课程即将开班,报名参加学习并通过考试,将获得飞致云官方认证!</span>
<a target="_blank" href="https://kvakv.xetslk.com/s/1HEEO8" class="btn-outline-release mr-2">
<a target="_blank" href="https://kvakv.xetlk.com/s/1g8AsO" class="btn-outline-release mr-2">
立即报名 </a>
<button style="z-index: 99;position: relative;top: 7px" type="button" onclick="closeDiv()" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true"> × </span>
Expand Down