码迷,mamicode.com
首页 >  
搜索关键字:gitlab two-factor authentication 2fa    ( 3882个结果
Authentication token is no longer valid; new one required You (oracle) are not allowed to access to (crontab) because of pam configuration.
-bash-4.1$ crontab -e Authentication token is no longer valid; new one requiredYou (oracle) are not allowed to access to (crontab) because of pam conf ...
分类:数据库   时间:2020-10-31 01:45:57    阅读次数:28
gitlab 设置仓库项目描述
gitlab 设置仓库项目描述
分类:其他好文   时间:2020-10-31 01:26:32    阅读次数:20
记录本地项目上传至Gitlab的一次坑
本地项目上传至Gitlab后,版本控制为svn,而且idea右下角没有git分支 解决办法: 找到File Settings Version Control VCS由Subversion改为git ...
分类:Web程序   时间:2020-10-30 12:14:06    阅读次数:34
安装汉化版gitlab常见错误
安装汉化版gitlab常见错误
分类:其他好文   时间:2020-10-27 11:56:53    阅读次数:41
shinobi使用(1)
测试环境:zhonghang docker方式 shinobi docker安装参考:https://gitlab.com/Shinobi-Systems/Shinobi/-/tree/dev/Docker 1) bash <(curl -s https://gitlab.com/Shinobi-S ...
分类:其他好文   时间:2020-10-27 11:39:30    阅读次数:24
通过Navicat链接Mysql8.0,出现2059,Authentication plugin错误信息
1:查看用户密码信息:SELECT `user`, `host`, `authentication_string`, `plugin` FROM mysql.user; 发现root密码与其他系统用户密码格式不一致。 2:修改密码规则 ALTER USER 'root'@'%' IDENTIFIED ...
分类:数据库   时间:2020-10-27 11:00:50    阅读次数:27
Mysql_新建连接报错:Client does not support authentication protocol requested by server ;consider upgrading Mysql client
Mysql_新建连接报错:Client does not support authentication protocol requested by server ;consider upgrading Mysql client 原因: 上网搜索解决方案,网上说出现这种情况的原因是:mysql8 之前 ...
分类:数据库   时间:2020-10-27 10:59:22    阅读次数:35
APIView之dispatch中认证与权限源码刨析:
权限和认证源码解析: 上回讲到dispatch的核心是认证与权限,现在我们来分析一下这两者之间的源码: self.perform_authentication(request) self.check_permissions(request) 执行认证: def perform_authenticat ...
分类:Windows程序   时间:2020-10-22 23:16:44    阅读次数:46
CTF之HTTP基础认证
在HTTP中,基本认证(英语:Basic access authentication)是允许http用户代理(如:网页浏览器)在请求时,提供 用户名 和 密码 的一种方式。 访问靶机指定的地址 浏览器自动弹出需要登录认证的请求 先用万能账户密码admin试一下,返回依然是401无权限 但是在请求头中 ...
分类:Web程序   时间:2020-10-22 23:04:26    阅读次数:53
Gitlab 分布式版本控制系统 部署和使用
功能:代码管理
分类:其他好文   时间:2020-10-19 23:03:31    阅读次数:30
3882条   上一页 1 ... 9 10 11 12 13 ... 389 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!