That's a more complicated question than it sounds.
First there is a difference between a Word template and a sharepoint template in
a document library. Word Templates are .DOT or .DOTX files and only work when
located on the user's local machine. They are not used by SharePoint, but you
could create a document library that would contain Word Templates for download
and use. SharePoint Word templates are .DOC or .DOCX files that are associated
with a document library through the use of a content type. This is what
SharePoint uses when you click on the New button in a Document Library that has
been created to house Word documents. The SharePoint template file is stored in
a Forms folder inside thedocument library. When you click the new button
SharePoint starts Word on your workstation and downloads the associated
SharePoint template to Word. But if you do a SaveAs on the document it will
default to the document library itself, not the Forms folder. It will also not
use the name of the template, but will default to the more generic Document1,
document2, etc just like Word when you start a document using a locally
installed Word Template.
Even if the user tried to change the location to the Forms directory and
overwrite the SharePoint template that would be limited by security settings.
So having access to a portal, even write access does not mean that you can
overwrite the SharePoint template associated with a document library.