* After setup is complete, tell them how to log in.
authorArt Cancro <ajc@citadel.org>
Thu, 17 Feb 2005 04:48:26 +0000 (04:48 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 17 Feb 2005 04:48:26 +0000 (04:48 +0000)
commit8eacce58cbc89e62b60fbdd0d3e1c5238f2bef1a
tree13719f2a042dbb42c5a7412bcf71d11c42ca49b8
parent3e23c92e6daa8167abfb3776a176f7d5b68bc78a
* After setup is complete, tell them how to log in.
* Don't allow the creation of accounts with blank passwords.
* Don't allow users to change to a blank password.
* Fixed the positioning of a few more screens that accidentally got
  partially hidden underneath the iconbar.
* Boldfaced the "Password changed." and other prompts.
* Removed the unreadable blue-on-blue links in the calendar day
  view.  They're redundant anyway, now: "Add new calendar event" and
  "month view" are both in the banner bar.
* "New messages / All messages" are now "Read new messages / Read all
  messages"
* "Save message" button is now "Post message" for public room posts,
  and "Send message" for email.
* "Message has been posted" is now "Message has been sent" for email.
* Swapped positions of "Add users" and "Edit users" boxes.
* vCard editor: "Other Internet email addresses" is now "aliases"
* Renamed the "Users" button to "Who is online?"
14 files changed:
webcit/ChangeLog
webcit/auth.c
webcit/calendar_view.c
webcit/floors.c
webcit/iconbar.c
webcit/messages.c
webcit/paging.c
webcit/roomops.c
webcit/setup.c
webcit/static/head.html
webcit/useredit.c
webcit/userlist.c
webcit/vcard_edit.c
webcit/webcit.c