Registration is now invite-only. Any user can make an invite, you need to create it here and give resulting link to someone to register.
avatar
mikhailnov has added 75a5d842e0
I've spent a lot time trying to understand what survolog has done, he...

...lp other people and myself in the future

... ... --- a/pam.spec
... ... +++ b/pam.spec
... ... @@ -332,7 +332,10 @@ install -m644 -D %{SOURCE13} %{buildroot}%{_prefix}/lib/tmpfiles.d/pam.conf
332 332
# For drakauth copy system-auth to system-auth-default
333 333
cp -f %{buildroot}/etc/pam.d/system-auth %{buildroot}/etc/pam.d/system-auth-default
334 334
335
# Fix gdm last login time ru format
335
# Localize format of last login time (shown by pam_latslog in e.g. gdm)
336
# These are arguements of strftime(). Here "Пт дек  9 11:31:43 MSK 2022"
337
# is changed to "Пт,  9 декабря 11:32" (ask Survolog@, I (mikhailnov@) do not understand)
338
# https://bugzilla.rosalinux.ru/show_bug.cgi?id=13004
336 339
pushd %{buildroot}%{_datadir}/locale/ru/LC_MESSAGES
337 340
	msgunfmt Linux-PAM.mo -o Linux-PAM.po
338 341
	rm -f Linux-PAM.mo

Comments