diff --git a/.pylintrc b/.pylintrc index d92404814c4863283a465f41f6f51f5960846a53..c1e847af45588d7767e259f4a1833fb141a6fe69 100644 --- a/.pylintrc +++ b/.pylintrc @@ -19,7 +19,7 @@ ignore-patterns= # Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the # number of processors available to use. -jobs=1 +jobs=0 # Control the amount of potential inferred values when inferring a single # object. This can help the performance when dealing with large functions or diff --git a/uffd/mfa/templates/auth.html b/uffd/mfa/templates/auth.html index d1080529416b1a30b253b416c624a17043d4b17d..49a62f7d0a6873071f0102ee4bf332ea9bd3a737 100644 --- a/uffd/mfa/templates/auth.html +++ b/uffd/mfa/templates/auth.html @@ -6,7 +6,7 @@ <div class="row mt-2 justify-content-center"> <div class="col-lg-6 col-md-10" style="background: #f7f7f7; box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); padding: 30px;"> <div class="text-center"> - <img alt="CCC logo" src="{{ url_for("static", filename="chaosknoten.png") }}" class="col-lg-8 col-md-12" > + <img alt="CCC logo" src="{{ url_for("static", filename="fairy-dust-color.png") }}" class="col-lg-8 col-md-12" > </div> <div class="col-12 mb-3"> <h2 class="text-center">Two-Factor Authentication</h2> diff --git a/uffd/oauth2/templates/logout.html b/uffd/oauth2/templates/logout.html index 4909595c56c93c7ee37606a4b73b9e92898ef2a7..12db0f47412762c835d39d3cb6acec0af49a3f81 100644 --- a/uffd/oauth2/templates/logout.html +++ b/uffd/oauth2/templates/logout.html @@ -4,7 +4,7 @@ <div class="row mt-2 justify-content-center"> <div class="col-lg-6 col-md-10" style="background: #f7f7f7; box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); padding: 30px;"> <div class="text-center"> - <img alt="CCC logo" src="{{ url_for("static", filename="chaosknoten.png") }}" class="col-lg-8 col-md-12" > + <img alt="CCC logo" src="{{ url_for("static", filename="fairy-dust-color.png") }}" class="col-lg-8 col-md-12" > </div> <div class="col-12"> <h2 class="text-center">Logout</h2> diff --git a/uffd/selfservice/templates/forgot_password.html b/uffd/selfservice/templates/forgot_password.html index 9cc647e0bb36f7fd694dd946c0acd549dd3f2b75..2d56b33f5d2a45ab509be804780e444f25b7733e 100644 --- a/uffd/selfservice/templates/forgot_password.html +++ b/uffd/selfservice/templates/forgot_password.html @@ -5,7 +5,7 @@ <div class="row mt-2 justify-content-center"> <div class="col-lg-6 col-md-10" style="background: #f7f7f7; box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); padding: 30px;"> <div class="text-center"> - <img alt="CCC logo" src="{{ url_for("static", filename="chaosknoten.png") }}" class="col-lg-8 col-md-12" > + <img alt="CCC logo" src="{{ url_for("static", filename="fairy-dust-color.png") }}" class="col-lg-8 col-md-12" > </div> <div class="col-12"> <h2 class="text-center">Forgot password</h2> diff --git a/uffd/selfservice/templates/set_password.html b/uffd/selfservice/templates/set_password.html index 50569bc372289554f24ed622bc715f9888612d7f..0dacc8cf10c62e51da84ab7ce0e26420e139d97f 100644 --- a/uffd/selfservice/templates/set_password.html +++ b/uffd/selfservice/templates/set_password.html @@ -5,7 +5,7 @@ <div class="row mt-2 justify-content-center"> <div class="col-lg-6 col-md-10" style="background: #f7f7f7; box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); padding: 30px;"> <div class="text-center"> - <img alt="CCC logo" src="{{ url_for("static", filename="chaosknoten.png") }}" class="col-lg-8 col-md-12" > + <img alt="CCC logo" src="{{ url_for("static", filename="fairy-dust-color.png") }}" class="col-lg-8 col-md-12" > </div> <div class="col-12"> <h2 class="text-center">Reset password</h2> diff --git a/uffd/session/templates/login.html b/uffd/session/templates/login.html index 63189ed099a7157359dee4ddd50770451560d37e..e94afc60a765c3eb8fc668dbcc95c3b8d5dafc93 100644 --- a/uffd/session/templates/login.html +++ b/uffd/session/templates/login.html @@ -5,7 +5,7 @@ <div class="row mt-2 justify-content-center"> <div class="col-lg-6 col-md-10" style="background: #f7f7f7; box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); padding: 30px;"> <div class="text-center"> - <img alt="CCC logo" src="{{ url_for("static", filename="chaosknoten.png") }}" class="col-lg-8 col-md-12" > + <img alt="CCC logo" src="{{ url_for("static", filename="fairy-dust-color.png") }}" class="col-lg-8 col-md-12" > </div> <div class="col-12"> <h2 class="text-center">Login</h2> diff --git a/uffd/static/fairy-dust-color.png b/uffd/static/fairy-dust-color.png new file mode 100644 index 0000000000000000000000000000000000000000..17cf0008d311049ce6a89aa6e32e634386d2768f Binary files /dev/null and b/uffd/static/fairy-dust-color.png differ