一个case,研究protected和unprotected.同级的realm, 做了实验。 在unprotected下如果添加这个realm建立,测试的时候是不保护的,包括你用*扩大搜索也一样。 那如果在protected下有subrealm注明在同为未保护的目录中有特定的url是被保护的,那么这个特定的url是作用的。那么也就是说,其实我们可以自定义,而且是工作无冲突的。
4 steps to delete account in DB. Delete from accounts where preferred_email=’’; delete from account_ssh_keys where account_id=''; delete from account_external_ids where external_id='gerrit:*’; delete from account_external_ids where external_id='username:*’; whatever it was in H2 database and postgres db . H2: ssh -p 24198 localhost gerrit gsql Postgres: psql
评论