Ticket #2295 (closed enhancement: fixed)

Opened 13 months ago

Last modified 13 months ago

Add log-in information to Quick Tour

Reported by: ewa Owned by:
Priority: minor Milestone: 0.8.7
Version: 0.8.6p1 Keywords: docs
Cc:

Description

It's kind of obvious in retrospect, but:

The Quick Tour instructions don't say anything about logging in to web interface. If you don't log in, everything seems great until you look for the "Force build" option and it's just not there.

After the "PROJECT IDENTITY" section, I'd mention the auth_cfg block

authz_cfg=authz.Authz(
    # change any of these to True to enable; see the manual for more               
    # options                                                                      
    auth=auth.BasicAuth([("pyflakes","pyflakes")]),
    gracefulShutdown = False,
     ....

and tell the user to log in.

Attachments

ewa_passwords.diff Download (1.5 KB) - added by ewa 13 months ago.
ewa_passwords.2.diff Download (1.5 KB) - added by ewa 13 months ago.

Change History

Changed 13 months ago by ewa

Changed 13 months ago by ewa

comment:2 Changed 13 months ago by ewa

Looks like it was already fixed in commit ffa1da2a34ecc12f3a5efae9ba4aeb8dcf0919cb (redundant with #2244)! Here's a patch which adds even more discussion, if you want it.

comment:3 Changed 13 months ago by dustin

  • Status changed from new to closed
  • Resolution set to fixed
  • Milestone changed from undecided to 0.8.7

Awesome - merged, with some tweaks by me after:

commit cecd0c9a6db88f6485506074ce9041b981ce7801
Author: Dustin J. Mitchell <dustin@mozilla.com>
Date:   Sat May 12 14:16:40 2012 -0500

    move 'Setting Authorized Web Users' down a bit, add a link

commit 593b67ebcafd1b3b21e06dd1da208170682185ae
Author: Eric W. Anderson <andersoe@ece.cmu.edu>
Date:   Sat May 12 14:14:20 2012 -0500

    Add tutorial tour section on adjusting the authorized users in the webstatus
Note: See TracTickets for help on using tickets.