TW
TW
spam bots might register users (and after email roundtrip) add hosts/domains. different solutions to avoid that come to mind: - use recaptcha (owned by google) - privacy / UX /...
to send translated messages to users (e.g. by email), we need their language in the user profile. after this, we can do it like shown there for all places where...
Samuirai wrote: default is 60. create a user changeable field in a range.
django-registration is used so users can register for an account, then it does send an email with an activation link for the account. https://bitbucket.org/ubernostrum/django-registration/ but, looking at that project displays...
ThomasWaldmann wrote: they offer a little metadata including CDN information, additional to the static files, all installable via pypi.
it would be great to have independant security reviews of the nsupdate.info project. Note: please read our security related docs: http://nsupdateinfo.readthedocs.org/en/latest/security.html as you see there, we had security in mind...
currently one can just edit the email address. problem: if the new one has a typo and the user does not notice, there might be an invalid email address in...
check if we can speed up using the single-archive hashindex cached there. note: for my own ~500GB repo and a ~130GB archive, `borg info repo::archive` took ~6 minutes.
review the master branch code for - AES256-OCB - chacha20-poly1305 about - size limit for a single message encrypted using a specific (key, nonce) pair - size or count limits...