Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
https-github-com-bit
/
datatracker
Public
forked from
adamlaska/datatracker
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
datatracker
ietf
utils
management
commands
import_htpasswd.py
on
dev/7.39.1.dev2
User selector
All users
All time
Commit history
Commits on Apr 14, 2020
Merged in the py3clean work, which removes usage of six and __future__ imports, along with other py2/3 compatibility code.
Show description for 5a0a502
levkowetz
committed
5a0a502
View commit details
Copy full SHA for 5a0a502
View code at this point
Browse repository at this point
Commits on Jul 15, 2019
Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc.
Show description for 8c6eb3a
levkowetz
committed
8c6eb3a
View commit details
Copy full SHA for 8c6eb3a
View code at this point
Browse repository at this point
Commits on Jan 11, 2017
Converted all management commands which set up additional command-line switches to use the argparse approach instead of the deprecated optparse approach.
Show description for 6eec4c2
levkowetz
committed
6eec4c2
View commit details
Copy full SHA for 6eec4c2
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
Added a pylint rc-file, and fixed or silenced a number of issues found by pylint using the settings .pylintrc (which enable only error checking).
Show description for ec684e1
levkowetz
committed
ec684e1
View commit details
Copy full SHA for ec684e1
View code at this point
Browse repository at this point
Commits on Apr 9, 2014
Fixed support for verbosity and overwrite flags for the import_htpasswd command, which was lost in [7583].
Show description for 454c9d8
levkowetz
committed
454c9d8
View commit details
Copy full SHA for 454c9d8
View code at this point
Browse repository at this point
Split out the actual htpasswd import functionality from the BaseCommand subclass, so we can call it from elsewhere.
Show description for 4c0d52d
levkowetz
committed
4c0d52d
View commit details
Copy full SHA for 4c0d52d
View code at this point
Browse repository at this point
Commits on Apr 7, 2014
Changed the code to use django's own authentication, instead of http basic auth. This will let people log out, and will also use stronger password hashing than basic auth. Added a login page, and…
Show description for 156b0d4
levkowetz
committed
156b0d4
View commit details
Copy full SHA for 156b0d4
View code at this point
Browse repository at this point
Commits on Apr 6, 2014
A htpasswd import script, for the transition from basic http auth to Django native authentication.
Show description for 3a3b386
levkowetz
committed
3a3b386
View commit details
Copy full SHA for 3a3b386
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.